Miscellaneous
singularize()
Signature
Section titled “Signature”singularize() — returns any
Description
Section titled “Description”Returns the singular form of the passed in word.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
word | string | yes | — | String to singularize. |
Examples
Section titled “Examples”singularize(word) <!--- Singularize a word, will result in "language" --->
#singularize("languages")#