Skip to content
Martin Danielsson edited this page Jul 23, 2015 · 2 revisions

Trims whitespace. Removes any leading or trailing whitespace from a string.

What Type
Syntax Trim(s)
s any
Return type string

Example: Trim($someField)

Clone this wiki locally