Smartsite SXML CopyCode image Copy Code
{string.capitalize('to be or not to be')}
{string.tolower('to be or not to be')}
{string.totitlecase('to be or not to be')}
{string.toupper('to be or not to be')}
Example Result CopyCode image Copy Code
To be or not to be
to be or not to be
To Be Or Not To Be
TO BE OR NOT TO BE
SXML