Advertisement
Text Sorter
Sort lines, words, and numbers 14 different ways — alphabetically, by length, naturally, or at random.
Your text
Result
Advertisement
Sort by line
- Sort Lines A–Z — Sort lines alphabetically, ascending.
- Sort Lines Z–A — Sort lines alphabetically, descending.
- Sort Lines by Length — Sort lines from shortest to longest.
- Sort Lines by Number — Sort lines by the first number found in each one.
- Sort Lines by Word Count — Sort lines by how many words they contain.
- Natural Sort — Sort lines the way people read numbers, so "item2" comes before "item10".
- Unique Sort — Sort lines alphabetically and drop duplicates.
Sort words & numbers
- Sort Words Alphabetically — Treat the text as a list of words and sort them A–Z.
- Sort Words by Length — Sort words from shortest to longest.
- Sort Numbers — Pull every number out of your text and sort them.
- Sort Numbers Ascending — Sort extracted numbers from smallest to largest.
- Sort Numbers Descending — Sort extracted numbers from largest to smallest.
Reorder
- Randomize Lines — Shuffle the line order.
- Reverse Line Order — Flip the order of the lines, top to bottom.
How it works
Paste your text, pick a sort, and copy the result — nothing leaves your browser.
Advertisement