β‘
Text Tools
Sort, deduplicate, reverse and clean lines of text.
Operations
About this tool
Processing happens directly in your browser. No files are uploaded to the server.
Text Tools bundles the most common line-level text operations: sorting alphabetically, removing duplicate lines, deleting empty lines, trimming whitespace, and reversing lines or the entire text.
How to use
- 1 Paste your text into the input box.
- 2 Click any operation button (Sort, Remove Duplicates, Remove Empty Lines, etc.).
- 3 The result appears in the output box.
- 4 Click Reset to restore the original text and try a different operation.
Frequently asked questions
Is sorting case-sensitive?
No. Sorting is case-insensitive by default.
Does removing duplicates preserve order?
Yes. The first occurrence of each unique line is kept in its original position.
Can I chain multiple operations?
Yes. Apply one operation, then click another β the output becomes the new input.
Is my text uploaded?
No. All operations run locally in your browser.