Sort Lines Tool
Reorder multi-line text with one click. Choose from alphabetical, reverse, numerical, or random shuffle modes. Enable case-insensitive for consistent results.
Processed locally in your browser — nothing is uploaded.
How to Use
- Paste your lines into the input area.
- Optionally enable case-insensitive mode.
- Click a sort mode button to reorder lines.
FAQ
How does numerical sorting work?
Each line is parsed as a number. Lines that cannot be parsed as numbers are moved to the end.
Does shuffle produce truly random results?
The shuffle uses JavaScript's Math.random(), which is good enough for most practical purposes but not cryptographically secure.