Back
singularize()
Returns the singular form of the passed in word.
// Singularize a word, will result in "language"
#singularize("languages")#
Copied!