Repeated-Word Finder

Find adjacent duplicate words and optionally remove the second occurrence.

Loading Repeated-Word Finder...

How to use

Paste text and run Report first. Review each word and character position before choosing removal, because some repetition is intentional.

Example

Input
This is is ready.
Output
is position 9

Limitations

Only adjacent word-like tokens separated solely by whitespace are flagged. Intentional repetition and punctuation-separated repetition require human review.

Frequently Asked Questions

Does it remove words automatically?

The default report mode changes nothing. Select removal mode explicitly after reviewing likely duplicates.

Does capitalization matter?

Not by default, so “The the” is flagged. Enable case-sensitive matching to treat those as different.