[L| R] Trim (String)
Ltrim, Rtrim and Trim all Return a copy of a string with leading, trailing or both leading and trailing spaces removed.
Ltrim, Rtrim and Trim all return a string
Ltrim removes leading spaces.
Rtrim removes trailing spaces.
Trim removes leading and trailing spaces.
More: