What this tool helps you find
Paste text and clean it to trim line edges, reduce repeated whitespace to one space, and remove empty lines.
Formula
Leading and trailing whitespace is trimmed and runs of spaces are reduced to one.
Worked example
“ hello there ” becomes “hello there”.
Common mistake
This cleanup also removes blank lines, so do not use it when paragraph spacing must be preserved.
When to use it
Normalize copied text from PDFs, web pages, or inconsistent documents.
Questions and answers
Are tabs removed?
Tabs and repeated spaces within lines are converted to a single space.
Is my text private?
Yes. Processing happens in your browser and the text is not uploaded.