trimltrimrtrim
Trim
Returns a string with all leading and trailing white space characters removed. White space includes spaces, tabs, and line breaks.
LTrim
Returns a string with all leading white space characters removed.
RTrim
Returns a string with all trailing white space characters removed.