List Sorter
Sort, reverse, deduplicate or shuffle a line-based list. Each complete line is an item, so words within a sentence are not automatically split into separate entries.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
Put one item on each line and select an operation. Ascending sorting uses Korean-locale string comparison, which should not be assumed to behave like a numeric magnitude sort.
Results and examples
For separate lines apple, banana and apple, deduplication retains the first apple and banana. Extra leading or trailing spaces can make otherwise similar entries count as different strings.
Limitations
- Equality uses the line text without automatically correcting spelling or whitespace.
- Shuffling is not a cryptographic or auditable selection procedure.
Fields
| Field | Guidance and constraints |
|---|---|
| Enter one item per line | Check the unit and format displayed beside this field. |
| Result | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
Which duplicate is retained?
For separate lines apple, banana and apple, deduplication retains the first apple and banana. Extra leading or trailing spaces can make otherwise similar entries count as different strings.
Are numeric strings sorted by magnitude?
Equality uses the line text without automatically correcting spelling or whitespace. Shuffling is not a cryptographic or auditable selection procedure.