Sort text lines alphabetically, numerically, or in reverse order. Free online text sorting tool with multiple sort options.
The text sorter arranges lines of text in a specified order. Options include alphabetical (A to Z), reverse alphabetical (Z to A), numerical (1 to 9), reverse numerical, and by line length. This is useful for organizing lists, sorting data, arranging names, and cleaning up unstructured content.
| Input | Output |
|---|---|
| cherry apple banana | apple banana cherry (A-Z) |
| 3. First 1. Third 2. Second | 1. Third 2. Second 3. First (numeric) |
| a bbb cc | a cc bbb (by length) |