Text Sorter
Sort text lines
Tool Guide
About This Tool
Text Sort reorders lines alphabetically, numerically, by length, or randomly — with optional simultaneous deduplication. Great for organizing vocabulary lists, data sets, and to-do items.
Core Features
1. Multiple sort modes: Alphabetical A→Z / Z→A, numeric ascending/descending, by line length, random shuffle.
2. Sort + deduplicate: Remove duplicates during sorting in one step.
3. Case control: Optional case-insensitive sorting to avoid case affecting order.
How to Use
Step 1: Paste the list into the input box, one item per line.
Step 2: Choose sort mode and direction.
Step 3: Click Sort, then copy the result.
Use Cases
Vocabulary: Sort word lists or keyword collections alphabetically.
Data processing: Sort number lists for rankings or statistical reports.
List management: Reorder task lists, book lists, etc.
FAQ
Q: Can it sort Chinese text?
A: Yes — Chinese is sorted by Unicode code point by default, or by pinyin initial in supported modes.
Q: Will numeric sort put 10 before 2?
A: No — numeric sort mode uses actual numeric value, avoiding lexicographic order issues.