UTILS.
100% in-browser
≠w

Remove Duplicate Words

Remove repeated words from text, keeping the first occurrence.

output

About this tool

Strip repeated words from text and keep only the first occurrence of each, all in your browser.

Frequently asked questions

How are words split?
Text is split on any whitespace, then the first occurrence of each word is kept and later repeats are dropped.
Does it ignore letter case?
With case-insensitive on, Apple and apple count as the same word; turn it off to treat different casing as distinct.

More tools