We are experiencing higher levels of website traffic, we are trying to expand. Thank you for your understanding.

List Sorter & Deduplicator

Sort a list alphabetically or by length, reverse it, remove duplicates, shuffle randomly, trim whitespace, or number the lines — one click per operation. Works line-by-line.

Ctrl+Enter to run  ·  Ctrl+K to switch tools  ·  Recent button shows input history

Let AI do the hard part. Fix broken HTML, convert to email-safe HTML, or clean up any markup in one click — 3 free AI runs per day, no account needed.

Try the AI HTML Fixer

FAQ

Does order matter when I deduplicate?

The first occurrence of each line is kept; subsequent duplicates are removed. Sort first if you want the deduplication to be case-sensitive.

Is the shuffle truly random?

It uses the Fisher-Yates algorithm with Math.random() — sufficient for everyday use but not cryptographically secure.