String ToLower Example

The following example return the lower case version of the input string 'Hello World'.

Smartsite SXML CopyCode image Copy Code
{string.tolower('Hello World')}
Example Result CopyCode image Copy Code
hello world
SXML