Text Line Sorter
Alphabetize or sort any list of lines — with natural numeric ordering, dedupe, and blank-line cleanup.
Input
Sorted output
Frequently Asked Questions
How can I sort the lines?
Choose alphabetical (A→Z), natural (so "item2" comes before "item10"), or by line length — each in ascending or descending order.
What is natural sorting?
Natural sort treats runs of digits as numbers, so "file2" comes before "file10" instead of after it. Plain alphabetical sorting compares character by character, which puts "file10" first.
Can I remove duplicate or blank lines at the same time?
Yes. Toggle "Remove duplicates" and "Remove empty lines" to clean the list as you sort it. Case-insensitive matching is honoured for duplicates too.
Does it change my capitalization?
No — your text is never altered. "Ignore case" only affects the comparison order and duplicate matching; the original casing of every line is kept.
Is my text uploaded?
No. Sorting happens entirely in your browser — nothing is sent anywhere.
Related tools
More free, private, browser-based utilities — no upload, no sign-up.

Davemi Tools