Back

capitalize()

Capitalizes the first letter of every word in the provided text, creating a nicely formatted title or sentence.

Name Type Required Default Description
text string Yes
1. Capitalize a single sentence
#capitalize("wheels is a framework")#


2. Capitalize a name
#capitalize("john doe")#


3. Capitalize a title
#capitalize("introduction to wheels framework")#
Copied!