Loading developer tools…
Loading developer tools…
Deduplicate any list with case sensitivity, sort, and trim options. Real-time output with duplicate count.
8
Input lines
4
Unique lines
4
Duplicates removed
Output (deduplicated)
apple banana orange grape
Format, validate, and minify JSON with syntax highlighting and error detection
Decode and inspect JSON Web Token headers, payloads, and expiry claims
Encode text or files to Base64 and decode Base64 strings back to plain text
Convert Unix timestamps to human-readable dates and vice versa, in any timezone
Paste your list
Paste any list of items into the left panel — one item per line.
Configure options
Toggle 'Case sensitive' to treat 'Apple' and 'apple' as different (or the same). Toggle 'Trim lines' to strip leading/trailing whitespace. Toggle 'Remove empty' to skip blank lines.
Choose sort order
Select None to preserve original order, A → Z for ascending, or Z → A for descending.
Review the output
The right panel shows the deduplicated list in real time. The stats bar shows how many duplicates were removed.
Copy the result
Click 'Copy' to grab the deduplicated list.