Whitespace Cleaner
Tidy up messy spacing — collapse repeated spaces, strip tabs, and trim the ends of lines.
Fixing horizontal mess
Text picks up spacing gremlins constantly: double spaces after full stops, runs of spaces used to fake alignment, stray tabs, trailing spaces hanging off the ends of lines. This tidies all of that, collapsing multiple spaces into one, removing tabs, and trimming the whitespace off each line so the text is clean and consistent.
Paste the text and the spacing is normalised.
The different whitespace jobs
It helps to know which tool fits which mess. This one handles horizontal whitespace — the spaces and tabs within and around lines. Removing empty lines deals with the vertical gaps between lines. And revealing whitespace shows you exactly what is there when you are trying to work out why a line is misbehaving. Together they cover the invisible-character problems that quietly break comparisons and formatting.
Frequently asked questions
What does it clean up?
Repeated spaces collapsed to one, tabs removed, and trailing whitespace trimmed from each line.
How is this different from removing empty lines?
This fixes horizontal spacing within lines; removing empty lines handles the vertical gaps between them.
Is my text uploaded?
No. It is processed in your browser.