Return to v2.5.0 docs

capitalize()


Global Helpers String Functions string controller model test mapper migrator migration tabledefinition


Capitalizes all words in the text to create a nicer looking title.

Name Type Required Default Description
text string Yes
<!--- Capitalize a sentence, will result in "Wheels is a framework"--->
#capitalize("wheels is a framework")#

Related Functions

String Functions