Remove Duplicate Lines

Paste your text below to instantly remove duplicate lines. This tool is useful for cleaning lists, spreadsheet exports, logs, and any repeated data.



How It Works

This tool scans each line of your input and removes duplicates. You can optionally ignore case differences and trim whitespace before comparing lines.

Example

apple
banana
apple
orange
banana

Output:

apple
banana
orange