String Length Example

The following example return the length of the string "Hello World".

Smartsite SXML CopyCode image Copy Code
{string.length('Hello World')}
Example Result CopyCode image Copy Code
11
SXML