trim() is a string function that returns its string argument without any leading or trailing whitespace.
string
Copytrim(string exp)
Copytrim(" Hello Cleveland ")
This example returns the string "Hello Cleveland".