Text Sorter

Sort lines alphabetically, by length, shuffle randomly, or reverse order.

Processed on your device β€” never uploaded
Input
Sorted Output

Frequently Asked Questions

How do I sort a list of names alphabetically?
Paste your names with one per line, select "A to Z" mode, and the tool will instantly sort them in ascending alphabetical order using locale-aware comparison.
Can I sort lines by their character length?
Yes, use the "Length" sort mode to order lines from shortest to longest or longest to shortest, which is useful for organizing data or finding outliers.
What does the Shuffle mode do?
Shuffle randomly reorders all lines using a randomization algorithm, which is useful for randomizing lists, creating quiz question orders, or picking random items.
Is the sorting case-sensitive?
The sort uses locale-aware comparison which handles uppercase and lowercase letters intelligently, sorting "apple" and "Apple" next to each other rather than separating them.