TitleCase
TitleCase( value )
TitleCase( value )
TitleCase( value )
TitleCase( value )
titlecase( value )
TitleCase( value )
Description
The TitleCase
function returns a string which has the first letter of
each word capitalized.
Returns
A String which has the first letter of each word capitalized.
Examples
Arr(StringV(John The Fireman), StringV(Fire And Fireman))
[John The Fireman Fire And Fireman]
["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!