trim(string)


Description

Function removes the trailing and leading blanks from a string.

Example

Trim(" hello ")
Returns "hello"

Related Rules

left(), lower(), right(), substr(), upper()