Line Sorter
Sort the lines of a list alphabetically or numerically.
Runs entirely in your browser. Nothing is sent anywhere.
How it works
- 1Paste a list, one entry per line.
- 2Pick a sort direction and any options.
- 3Copy or download the sorted result.
About this tool
Paste a list and sort it A→Z or Z→A instantly. Turn on numeric sort for lists of numbers so "10" sorts after "9" instead of before it, or ignore case so capitalization doesn’t affect the order.
How is numeric sort different from regular sort?
A plain alphabetical sort treats "10" as coming before "9" (comparing character by character). Numeric sort compares the actual numeric value instead, so lists of numbers come out in the order you’d expect.
Is my text sent anywhere?
No, everything happens entirely in your browser.