Line Sorter
Sort lines alphabetically, reverse order, or randomly. Optionally remove duplicate lines.
Runs locally — nothing is uploaded
How to use
- 1
Paste lines
Enter one item per line in the text area.
- 2
Choose sort mode
Sort alphabetically, reverse order, or shuffle randomly.
- 3
Remove duplicates
Optionally deduplicate lines while keeping one copy of each.
- 4
Copy sorted text
Copy the reordered lines for lists, configs, or data cleanup.
Frequently Asked Questions
Alphabetical sort uses locale-aware comparison, which handles mixed case naturally.
Each shuffle produces a new random order using in-browser randomness.
Yes. Turn on Remove duplicates before sorting or shuffling to keep one copy of each line.
A–Z ascending, Z–A descending, or random shuffle.
Related tools
Word Counter
Count words, characters, sentences, paragraphs, and estimated reading time.
Text Tools
Case Converter
Convert text to uppercase, lowercase, title case, camelCase, and more.
Text Tools
Password Generator
Create strong random passwords with customizable length and character sets.
Text Tools
Find and Replace
Search and replace text with optional regex support. Replace all matches at once.
Text Tools