Paste any list and sort it alphabetically, by length, or randomly — instantly. Combine with options to trim whitespace or remove blank lines.
Paste your list into the left panel — one item per line. Select a sort order from the buttons above and the result appears instantly on the right. Use the options to trim whitespace from each line, remove blank lines, or deduplicate before sorting.
A → Z — standard alphabetical order using locale-aware comparison. Numbers come before letters.
Z → A — reverse alphabetical order.
Shortest first — sorts lines by character length, ascending. Lines of equal length are sorted alphabetically.
Longest first — sorts lines by character length, descending.
Random — shuffles the list randomly using the Fisher-Yates algorithm. Re-click to get a different shuffle.