String NormalizeLineEndings

This examples demonstrates normalization of line endings using the String NormalizeLineEndings viper.

Smartsite SXML CopyCode image Copy Code
{string.normalizelineendings(hello + char.lf() + world + char.cr())}
Example Result CopyCode image Copy Code
hello
world
SXML