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