The trim method removes whitespace from both sides of a string
System.String trim();
Returns the modified string object.
Member of string.