Utilities
Sort & Deduplicate Lines
Sort lines alphabetically, by length, reverse order, remove duplicates, or shuffle randomly.
About the line sorter
Sort lines alphabetically, numerically, by length, or in reverse order. Optionally remove duplicates or shuffle randomly. Handy for cleaning up CSV exports, building dropdown options, or deduplicating an email list.
Frequently asked questions
Is the sort case-sensitive?
By default no - uppercase and lowercase letters interleave naturally. Toggle 'case-sensitive' for ASCII-strict sorting where uppercase comes first.
What if my lines start with numbers?
Alphabetical sort treats them as text, so '10' comes before '2'. Use the 'numeric' sort to get the expected order.