Sort Lines
Sort lines of text alphabetically, by length, randomly, or remove duplicates.
Input
Output
Sort Lines of Text Online
Sorting lines of text is a surprisingly common task: alphabetizing a list of names, ordering URLs, deduplicating a set of keywords, or randomizing the order of items for a quiz or drawing. This tool handles it all without needing to open a spreadsheet or write a script.
Paste any multi-line content — a list, a CSV column, a set of tags, or exported data — and sort it instantly. The tool handles case-insensitive alphabetical sorting by default, so "Apple" and "apple" sort together rather than being separated by ASCII value differences.
The "Remove Duplicates" option works independently from sorting, so you can clean up a list without reordering it — or combine it with sorting to get a clean, alphabetized, deduplicated list in one step.