Sort lines alphabetically, numerically, or by length
Paste your text, choose sort type (alphabetical, numeric, or length), pick ascending or descending, and click Sort.
Alphabetical treats lines as text ("10" before "2"). Numeric extracts numbers and sorts by value ("2" before "10").
Yes, choose "Length" sort to order lines from shortest to longest (or vice versa with descending).
Yes, enable "Remove duplicates" to deduplicate lines during sorting.
By default it's case-insensitive. You can modify this behavior if needed.
Enable "Remove empty lines" to strip blank lines from the output.
Yes, it handles thousands of lines efficiently since processing is done locally in your browser.
Yes. All sorting happens in your browser. No data is sent to any server.