Text Sorter
Sort lines of text alphabetically, numerically, by length, or randomly. Options to remove duplicates and ignore case.
How to Use
1
Paste your text (one item per line) into the input box.
2
Choose a sort mode: alphabetical, numerical, by length, random, or reverse.
3
Set options like case sensitivity and duplicate removal.
4
Click 'Sort' and copy the result.
Frequently Asked Questions
How does numerical sorting work?
Lines are sorted by the number at the beginning of each line. Lines without a number are treated as 0. This is useful for sorting numbered lists or data.
Can I remove duplicates while sorting?
Yes! Check the 'Remove duplicates' option to automatically deduplicate lines during sorting.
What is the random shuffle?
Random shuffle uses the Fisher-Yates algorithm to randomize the order of all lines. Each shuffle produces a different result.