String Literal Example

The following example returns the input string as-is.

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