Returns a copy of a string without leading spaces (LTrim) or without trailing spaces (RTrim) or with neither leading nor trailing spaces (Trim)
LTrim(string) RTrim(string) Trim(string)