⚙️ deduplication rules
📋 sort output
source text 0 lines
cleaned result 0 lines

📄 When duplicates hide

Invisible spaces, mixed case, or blank lines often break deduplication. Trim whitespace and case‑sensitive toggles let you catch what the eye misses.

  • Trim — turns "apple " into "apple"
  • Case‑sensitive off — merges "Error" and "error"

🗂️ Order vs. sorting

Keep first occurrence preserves the original sequence — ideal for logs or historical lists. Sorting gives you alphabetical clarity when order doesn't matter.

Combine both: uncheck "keep first occurrence" and pick A→Z to generate clean sorted lists from messy data.

🔒 Local only

Your text never leaves this page. No servers, no tracking, no uploads. Works offline after the first load — useful for sensitive IPs, emails, or proprietary terms.