normalize-space

Removes leading and trailing white space characters from the given string and also replaces consecutive white space characters with a single space character.

Syntax

    normalize-space(string?)

Parameters

Zero or one string to normalize.

Returns

String.

// Ethnio survey code removed