Text Sorter & Deduplicator

Paste a list — one item per line — then sort it, remove duplicates, reverse it, or shuffle it.

About this tool

A quick way to clean up any list — email addresses, tags, product names, log entries, spreadsheet columns. Combine operations by clicking "Use result as input" between steps: dedupe first, then sort, for a clean final list.

Frequently asked questions

How does numeric sort differ from A → Z?

Alphabetical sort puts 10 before 2 (character by character). Numeric sort reads each line's leading number and orders by value: 2, 10, 100.

Does "remove duplicates" keep the original order?

Yes — the first occurrence of each line is kept in place; later repeats are dropped. Sort afterwards if you want alphabetical order too.

Last updated: 2026-07-12