Text Tools

Sort, dedupe, trim, reverse and analyse lines of text — a swiss-army knife for quick text wrangling.

0
Lines
0
Words
0
Chars
0
Bytes

Quick text wrangling

Operations apply to the text in place — chain them freely (sort, then dedupe, then trim). Live stats show line, word, character and byte counts. Everything happens locally in your browser.

Frequently asked questions

What operations can I run on my text?

Sort lines alphabetically, remove duplicate or empty lines, trim whitespace, add line numbers, reverse order and change case — and you can chain several operations together while a live counter shows lines, words, characters and bytes.

Can I combine multiple operations?

Yes. Operations apply to the current text in sequence, so you can, for example, trim whitespace, then remove duplicates, then sort — each acting on the result of the previous step.

Is my text private?

Yes. Every operation runs in your browser; nothing is uploaded.