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

试试看

实例

Compress spaces only
投入
a    b
产出
a b
Compress tabs only
投入
abc
产出
a b c
Compress mixed spaces and tabs
投入
a     b
产出
a b

相关工具