Skip to content

Miscellaneous

capitalize()

capitalize() — returns any

Returns the text with the first character converted to uppercase.

NameTypeRequiredDefaultDescription
textstringyesText to capitalize.
capitalize(text) <!--- Capitalize a sentence, will result in "Wheels is a framework" --->
#capitalize("wheels is a framework")#