CenterView Help

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Current »

Function: trim()

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

Syntax

trim(string)

Argument Type Description
string String The string to be cleansed.

Examples

trim(" ABCDEF ")

Returns "ABCDEF".

See Also

  • No labels