Text tool

Text Sorter

Sort lines alphabetically, numerically, or by length.

How to use Text Sorter

A text sorter is a simple tool for rearranging a list where each item is written on its own line. The tool reads the text line by line, compares the lines with the selected rule, then shows the same lines in a cleaner order.

Basic idea

One item per line + selected sorting rule = ordered list

Can sorting remove duplicates?

Sorting only changes order. Use duplicate removal when you also need to remove repeated lines.

Related tools