Skip to content
VELNARO

Remove Duplicate Lines

Paste a list and remove duplicate lines, optionally ignoring case and surrounding whitespace. Blank lines can be dropped too.

Lines removed

4

Lines remaining

3

De-duplicated text

apple
Banana
Cherry

How this was worked out

  1. How it worksLines are compared in order; the first occurrence is kept and later matches are dropped.

Formula

Keep the first occurrence of each unique line.

Frequently asked questions

Yes — the first occurrence of each line is kept, in its original position.

Related tools

Keep going — these tools solve the problems that usually come next.