Back
capitalize()
Capitalizes all words in the text to create a nicer looking title.
<!--- Capitalize a sentence, will result in "Wheels is a framework"---> #capitalize("wheels is a framework")#
Copied!