You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

This function returns a given text after removing leading and trailing blanks (white spaces and tabs).

Syntax
trim(text) #Output: Text
Examples
Parser expressionDescription
trim(" Hello World!           ")

This example returns

Hello World!

Additional information

Parameters used in this function

ParameterInput (data type)Description
text

TEXT

Any given text.
Output

This function returns a TEXT