Order
Input
Result
Frequently Asked Questions
How do I use Text Sort / Unique?
Step 2 — pick the sort mode in the toolbar: A→Z is ascending, Z→A is descending, "Shuffle" randomises the order. Step 4 — the right panel shows the result live.
What can Text Sort / Unique do?
Typical scenarios: Organise IP allow-lists, domain lists or word lists alphabetically; deduplicate column names exported from a database for documentation; shuffle lottery names or question banks; sort package.json dependencies; count…
Is my data private when I use Text Sort / Unique?
Privacy: Sorting, deduplication and shuffling all happen locally in your browser and no text is uploaded, so it is safe to use with internal lists or word lists. Privacy: Sorting, deduplication and shuffling all happen locally in your browser and no text is uploaded, so it is safe to use with internal lists or word…
What technical details should I know about Text Sort / Unique?
Shuffling uses the Fisher-Yates algorithm for a uniform distribution. Deduplication uses a hash set for good performance.