Text Sorter
Sort text lines alphabetically, by length, numerically, or in reverse and random order.
Sorting a list one direction is only half the job when the actual need is the opposite order, a leaderboard read worst-to-best instead of best-to-worst, or a log file where the most recent entry needs to surface at the top instead of buried at the bottom after everything older. This tool sorts text lines alphabetically, by length, numerically, or into random order, with every mode reversible so a list built one direction can be flipped without re-sorting it from scratch.
See moreSee less about the Text Sorter
Useful for reversing a chronological log so the newest entry appears first instead of last, flipping an alphabetical list into a Z-to-A order for a specific report format, or reversing a numeric ranking to read worst-to-best instead of the usual best-to-worst order.
Examples
A to Z
Input:
Zurich
Oslo
Cairo
Output:
Cairo
Oslo
ZurichPaste one item per line, or click Load Example in the tool.
Z to A
Input:
Cairo
Oslo
Zurich
Output:
Zurich
Oslo
CairoSame list, flipped. Use this for a reverse leaderboard or log.
Key features
- Clean interface
- Fast processing
- No signup required
- Works offline