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

Compare with Current View Page History

« Previous Version 6 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 will return "Hello World!"

Additional information

Parameters used in this function

ParameterInput (data type)Description
text

TEXT

Can be any valid text.
Output

The function returns a TEXT