Trim(s:Str):Str

Trim whitespace. Returns the string s with all leading and trailing space and tab characters removed.

If the parameter is EMPTY, returns EMPTY.

Since: PCC 0.99, PCC2 1.99.8

See also: LTrim, RTrim, Elementary Functions