Sort Lines
Sort a list alphabetically, numerically, by length, or reverse and shuffle it.
Runs in your browser using Intl.Collator — nothing is uploaded
How to use it
- Paste your list, one item per line.
- Choose how to sort it.
- Copy or download the result.
Questions
What is natural order?
It sorts embedded numbers by value rather than character by character, so item2 comes before item10. Plain alphabetical ordering puts item10 first, which is rarely what people want.