Return to v1.4.5 docs

capitalize()



Returns the text with the first character converted to uppercase.

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