PhixFlow Help

trim



Function: trim()

Removes leading and trailing white spaces from a string, returning the cleansed string.

Syntax

trim(string)

ArgumentTypeDescription
stringStringThe string to be cleansed.

Examples

trim(" ABCDEF ")

Returns "ABCDEF".

See Also

Please let us know if we could improve this page feedback@phixflow.com