Sort Lines

Sort Lines reorders a list alphabetically (A→Z or Z→A), by length, or in reverse, with an option to remove duplicates in the same pass. Sorting happens instantly in your browser, and your text is never uploaded.

Copied!

How to use

  1. Paste your list, one item per line.
  2. Choose the sort order (and whether to dedupe).
  3. Copy the sorted list.

About this tool

Alphabetise a list, reverse it, or order lines by length. Optionally remove duplicates in the same pass. Free online text tools. Everything runs in your browser — your text never leaves your device.

FAQ

Does it sort numbers correctly?

It sorts as text, so “10” comes before “2”. For pure numeric sorting, pad numbers or sort by length.

Is the sort case-sensitive?

By default it is case-insensitive, so capitalisation does not affect the order. Turn the option off for a strict, case-aware sort.

Can I both sort and dedupe?

Yes — enable “Remove duplicate lines” to do both at once.