ToolMill.io

Whitespace Trimmer

Normalize messy whitespace in text by collapsing repeated spaces, tabs, or mixed space+tab runs into a single space. Useful for cleaning copied text from PDFs, emails, spreadsheets, and logs; formatting JSON/CSV headers; and fixing alignment issues caused by inconsistent tab/space usage. Choose whether to compress spaces, tabs, or both—output is generated separately so you can compare before/after safely.

Text

Try it

Examples

Compress spaces only
Input
a    b
Output
a b
Compress tabs only
Input
abc
Output
a b c
Compress mixed spaces and tabs
Input
a     b
Output
a b

Related tools