/sort-lines
Case & Format

Sort Lines

Sort any pasted list alphabetically, in reverse, by line length, or shuffle it randomly. Runs instantly in your browser.

Runs in your browser — your text is never uploaded or stored.
Output
Advertisement

FAQ

Is the sort case-sensitive?

It uses locale-aware comparison, so uppercase and lowercase sort together naturally.

How does 'by length' sort ties?

Lines of equal length keep their original relative order (stable sort).

Can I reverse the sort?

Yes — pick Z–A for reverse alphabetical order.

Related tools