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
- 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.
Yes — choose Random shuffle.
Related tools
Keep going — these tools solve the problems that usually come next.
Word Counter
PopularCount words, characters, sentences, paragraphs and reading time.
Writing & Text
Remove Duplicate Lines
Delete repeated lines from any list or text.
Writing & Text
Character Counter
Count characters with and without spaces, plus bytes and limits.
Writing & Text
Paragraph Counter
Count paragraphs and see how evenly your text is structured.
Writing & Text