Practical clean-up utilities β remove extra spaces, strip line breaks, delete duplicate lines, sort alphabetically, remove punctuation and build URL slugs.
These are the unglamorous tools you reach for when text arrives in the wrong shape: a paragraph copied out of a PDF with a hard break on every line, a list with duplicates, a title that needs to become a URL slug, a paste full of smart quotes and invisible characters. Each one does a single job and hands the result straight back for copying.
Everything runs locally in your browser. That is worth knowing when the text is a client list, a draft or anything you would not paste into an unknown server.
Common problems and the tool that solves them.
Every transformation on this site is pure JavaScript running on your device. There is no upload, no server round trip and no logging of what you paste. For clean-up work on real documents that is the important property, because the text you are fixing is often the text you least want to send somewhere.
Every generator here is built on the same four tools. Start with these if you want one place to convert, edit or browse characters.
No. Every tool runs entirely in your browser.
Yes. Copy the output of one and paste it into the next.
Only your browser memory. Very large pastes may be slow but will work.
They change plain text only. Bold or italic from a word processor is lost on paste regardless.
Yes.
20 font styles, 5000+ symbols and a full Unicode text editor. Everything runs in your browser and your text never leaves your device.