Find and Replace Text

Find and Replace swaps every occurrence of a word or pattern in your text for another, with optional case-insensitive matching and full regular-expression support. It replaces all matches in one pass, free and privately in your browser.

Copied!

How to use

  1. Paste your text.
  2. Enter what to find and what to replace it with.
  3. Copy the updated text — all matches are replaced at once.

About this tool

Replace every occurrence of a word or pattern in your text. Supports case-insensitive matching and full regular expressions for power users. Free online text tools. Everything runs in your browser — your text never leaves your device.

FAQ

Does it replace all matches or just the first?

All matches are replaced in one pass.

Can I use regular expressions?

Yes — enable “Use regular expression” to match patterns, use capture groups in the replacement ($1), and more.

What if my regex is invalid?

The tool shows a small error and leaves your text unchanged until the pattern is valid.