Skip to content

Text cleanup

Whitespace remover

Collapse runs of spaces, tidy line edges, or strip every space and newline — pick the mode that matches the mess.

Processed in your browser — nothing is uploaded

Last reviewed 2026-09-10.

FAQ

Questions, answered

What does collapse do?

Runs of spaces and tabs become a single space. More than two blank lines collapse to one. Leading and trailing padding is trimmed.

What does trim lines do?

Each line is trimmed and internal space on that line is collapsed, without joining separate paragraphs into one line.

What does strip all do?

Every whitespace character — spaces, tabs, and newlines — is removed. Use it when you need a compact token.

Will it change non-breaking spaces?

Any Unicode whitespace matching JavaScript \s is treated as space, including non-breaking spaces.

Related

Keep going

Browse all tools