String ToTitleCase Example

Performs title casing on an input string, so that the first letter of each word is capitalized.

Smartsite SXML CopyCode image Copy Code
{string.totitlecase('to be or not to be')}
Example Result CopyCode image Copy Code
To Be Or Not To Be
SXML