Sort & alphabetize lines

Paste any list, one item per line. Sort it five ways, strip duplicates and blanks, copy it back out.

Frequently asked questions

How does alphabetical sorting handle capitals and numbers?

Sorting is case-insensitive and locale-aware, so "apple" and "Apple" sort together and accented letters land where a dictionary would put them. Lines starting with numbers sort numerically when possible: item2 comes before item10.

Can I remove duplicate lines without sorting?

Yes. "Remove duplicates" keeps the first occurrence of each line in its current order; sorting is a separate button, so you can dedupe an unsorted list.

Is my list uploaded anywhere?

No. Everything happens in your browser; the text never leaves your device.