Back

singularize()

Returns the singular form of the passed in word.

Name Type Required Default Description
word string Yes
// Singularize a word, will result in "language" 
#singularize("languages")#
Copied!