Skip to content

Text Tools

Remove Duplicate Lines

Drop duplicate lines from a list while keeping the original order.

Your information is processed in your browser and is not uploaded to our servers.

Lines

Unique lines

About this tool

Duplicate lines are dropped while preserving the first occurrence and original order.

How to use

  1. Paste a list.
  2. Optionally ignore case.
  3. Copy unique lines.

Formula and methodology

A Set keyed by the line (or lowercased line) skips repeats.

Worked example

alpha / beta / alpha becomes alpha / beta.

Frequently asked questions

Are spaces significant?+

Yes. “alpha” and “alpha ” are different unless you trim first.

Is the list uploaded?+

No.

Related tools