Text & Writing Utilities · Free tool
Text Sorter
Sort lines alphabetically, reverse alphabetically, or by length. Options to dedupe and ignore case. Free, private.
Updated April 2026
Sort Mode
Direction
Input
8
Output
7
Dropped
1
Output
What it does
Sort any list of lines alphabetically, numerically, or by length — ascending or descending. Extra options: case-insensitive compare, reverse, and auto-remove empty lines. The sorter uses stable comparisons, so ties keep their input order.
Handy for organizing CSV rows, to-do lists, config files, and data exports. To strip duplicates first use remove duplicate lines; to compare lists side by side, diff checker.
How to use it
- Paste your lines into the input.
- Pick alphabetical, numeric, or by length.
- Choose ascending or descending (and optional reverse).
- Copy the sorted output.