Text Tools
Line Sort
Sort lines alphabetically ascending or descending. Optionally remove duplicates while sorting. Free online line sorter.
Loading tool…
How to use
- Paste one item per line
- Choose A–Z or Z–A and optionally Unique
- Copy the sorted result
Next step
- Text Diff
Paste two versions of a document, config, or code snippet and see added and removed lines at a glance. A simple line-oriented diff that stays in your browser.
- Word Counter
Paste any text to count words, characters (with and without spaces), lines, and sentences instantly. Runs fully in your browser—nothing is uploaded.
- Trim Lines
Trim leading, trailing, or both sides of whitespace on every line. Free online line trimmer for lists, code, and pasted text.
Frequently asked questions
How are lines compared?
Lines are sorted with locale-aware comparison that ignores case differences and handles numbers naturally (e.g. 2 before 10).
What does Unique do?
When enabled, duplicate lines are removed (first occurrence kept) before sorting.
Is my text uploaded?
No. Sorting runs entirely in your browser.