Normalizes the whitespace.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.normalizewhitespace(string text)

Parameters

Name Data Type Description
text String The text.

Return Value

Data Type Description
String A string with the duplicate whitespace removed.

Expand image Examples

SXML