Text Tools

Text Sorter

Sort lines A–Z or Z–A, numerically, reversed or shuffled — one click.

About this tool

Alphabetize a name list, sort scores numerically, reverse a log, or shuffle entries for a random order — this sorter does all of it on any pasted list, one item per line.

Numeric mode sorts 2 before 10 (plain alphabetical would not), ignore-case treats "apple" and "Apple" as equals, and empty lines can be dropped automatically. All in your browser.

How to use

  1. Paste your lines.
  2. Set options (ignore case, numeric, drop empties).
  3. Click a sort mode and copy the result.

Frequently asked questions

Alphabetical sorting compares character by character, and "1" comes before "2". Enable Numeric sort to compare actual values.

Yes — with ignore case on, "banana" and "Banana" sort together instead of grouping capitals first.

Yes — it uses the Fisher–Yates algorithm, giving every ordering an equal chance.