Removes leading and trailing white spaces from a string, returning the cleansed string.
trim(string)
trim(" ABCDEF ")
Returns "ABCDEF".