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

  1. Paste your list, one item per line.
  2. Choose how to sort it.
  3. 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.

Related tools