trim

Declaration: trim(s: string): string;
Returns the string s with any leading and trailing blanks removed.

Hint: Please note that the functions StripLTBlanks and trim provide the same functionality for compatibility reasons.