Global Helpers String Functions string controller model mapper migrator migration tabledefinition
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")#