ExCellerate.Functions.General.Trim (excellerate v0.4.0)

Copy Markdown View Source

Removes leading and trailing whitespace from a string.

Examples

trim('  hello  ')  'hello'
trim('hello')      'hello'