String Quote Example

Demonstrates how the String Quote viper can be used to enclose a string with double quotes.

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