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.
Sort, dedupe, trim, reverse and analyse lines of text — a swiss-army knife for 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.
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.
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.
Yes. Every operation runs in your browser; nothing is uploaded.