Input list
Paste lines to sort
Ready.
Text utility
Sort one item per line with alphabetic, natural, numeric, length, or random ordering, plus duplicate removal, whitespace cleanup, and empty-line controls.
Input list
Ready.
Sort stats
| # | Original | Sorted |
|---|
| Mode | Behavior | Best for |
|---|---|---|
| Natural text | Compares text while treating embedded numbers numerically | Files, IDs, item2 vs item10 lists |
| Alphabetic text | Locale-aware text comparison | Keywords, names, tags |
| Numeric | Sorts by the first number found on each line | Scores, prices, numbered exports |
| Length | Sorts by character length | Finding short or long entries |
| Random | Shuffles lines | Randomizing lists, samples, prompts |
Yes. Choose numeric sort to compare values as numbers instead of text.
Natural sort understands embedded numbers, so item2 comes before item10.
Yes. Enable unique lines only to remove duplicate rows before sorting the output.