All tools

Find and Replace

Bulk find and replace in any text.

0 replacements

About

Paste text, type what to find, type what to replace it with. Supports case sensitivity, whole words only, and regex mode. Shows the replacement count and a preview before you commit.

How to use

  1. Paste your text.
  2. Type the find and replace strings.
  3. Toggle options if needed.
  4. Copy the result.

FAQ

Does regex mode support groups?+

Yes. Use $1, $2, etc. in the replacement string to reference captured groups. Standard JavaScript regex syntax.

Why doesn't my replacement work?+

Check whether case-sensitivity matters. The find string has to match exactly unless you turn it off.