Remove espaços iniciais e finais.
String
trim(<parameters>)
trim(<string>)
Retorna uma string.
trim(" Hello ")
Retorna "Olá".