Return to v1.4.5 docs

singularize()



Returns the singular form of the passed in word.

Name Type Required Default Description
word string Yes String to singularize.
singularize(word) <!--- Singularize a word, will result in "language" --->
#singularize("languages")#