TitleCase
TitleCase( value )
TitleCase( value )
titlecase( value )
TitleCase( value )
Description
The TitleCase
function returns a string which has the first letter of
each word capitalized.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
String |
The String having the words capitalized. |
Examples
[John The Fireman Fire And Fireman]
[ 'John The Fireman', 'Fire And Fireman' ]
['John The Fireman', 'Fire And Fireman']
[ 'John The Fireman', 'Fire And Fireman' ]
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!