Removes start and end spaces.
String
trim(<parameters>)
trim(<string>)
Return a string.
trim(" Hello ")
Returns “Hello”.