Returns a new string equivalent to this string but with the whitespace removed from the start and end.
Use string.trim instead.
string.trim
Returns a new string equivalent to this string but with the whitespace removed from the start and end.