Remove espaços de início e fim.
String
trim(<parameters>)
trim(<string>)
Retorne uma string.
trim(" Hello ")
Retorna "Hello".