Skip to content
VELNARO

Text Sorter

Sort any list — A to Z, Z to A, shortest to longest, numerically, or shuffled into a random order.

Items

6

Sorted list

2
11
apple
banana
Mango
Zebra

How this was worked out

  1. How it sortsAlphabetical sorts use locale-aware comparison with natural number ordering (2 before 11).

Formula

Locale-aware comparison, with natural numeric ordering so that 2 comes before 11.

Frequently asked questions

Yes — numeric parts are compared as numbers, so item 2 sorts before item 11.

Related tools

Keep going — these tools solve the problems that usually come next.