Back

capitalize()

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")#
Copied!