Tools

Line sorter

Sort lines of text in your browser. Optional trim, drop empty, ignore case, reverse. Nothing is uploaded.

Paste lines, then Sort.

How to use the Line sorter

  1. Paste one value per line or open a text file.
  2. Choose trim, drop empty, ignore case, and reverse.
  3. Click Sort and copy the result.

Plain string order

Sort is lexicographic on the Unicode code units after optional lowercase. It is not a natural numeric sort (2 after 10). Use ignore case so Alpha and alpha sit together. Reverse flips the finished list.

Nothing is uploaded

Sort stays local. 1.5 MB, 100,000 lines.

Line sorter FAQ

Numeric sort?

Not in this pass. Digits sort as text.

Duplicates?

Sort keeps duplicates. Use the line deduper to drop them.

CSV columns?

This sorts whole lines. Use the CSV cleaner for table cells.

Related tools