Remova espaços do início e final de cada linha
Experimente também nossas outras ferramentas
A text trimmer removes leading and trailing whitespace from text — spaces, tabs, and newline characters that accumulate at the edges of strings. It can trim the entire block of text, each individual line, or both.
Whitespace at the edges of strings is invisible but can cause comparison failures, import errors, and display issues. Trimming is one of the most basic yet most important data-cleaning operations.
Every programming language has a trim function, but using it means writing a small script. ToolPop gives you the same result in a browser with zero code — useful for one-off cleanup tasks or when you need to trim text in a non-coding context.