Removes all whitespace.

Syntax

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

Parameters

Name Data Type Description
text String The text.

Return Value

Data Type Description
String A string with all whitespace removed.

Expand image Example

SXML