Text Tools
Sort lines, remove duplicates, reverse, trim whitespace, and more — all in one tool.
Runs entirely in your browser — files never uploaded
Each operation runs on the current text in your browser. To compose steps, just click them in sequence.
How to use Text Tools
- 1. Paste your text. Lines, paragraphs, or anything that benefits from a quick clean-up.
- 2. Click operations. Each button transforms the current text in place. Chain them by clicking in sequence.
- 3. Copy. Hit Copy when the text looks how you want.
FAQ
Can I undo an operation?
Use Ctrl+Z (Cmd+Z on Mac) right after — the textarea supports browser-native undo for several steps.
Is anything uploaded?
No. Every operation runs entirely in your browser.
Does sort handle numbers correctly?
Sort uses locale-aware string comparison, so '2' comes before '10'. For pure numeric sort, prefix with leading zeros first.
Related tools
Advertisement