Whitespace Cleaner
Clean tabs, extra spaces, and repeated blank lines from messy text.
Trim-line mode
Repeated-space cleanup
Blank-line collapse option
Messy text
Normalize copied text by cleaning tabs, repeated spaces, and extra blank lines.
Cleaned output
A small set of whitespace rules is often enough to make messy text reusable again.
Common use cases
- Cleaning copied text from docs and exports
- Normalizing content before publishing
- Making support snippets easier to read
FAQ
Can I keep single blank lines while removing repeated empty lines?
Yes. The blank-line cleanup keeps one empty line while removing repeated runs.
Does it replace tabs too?
Yes. Tabs are normalized into spaces before the other cleanup steps run.
More guides