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
- Paste your text.
- Type the find and replace strings.
- Toggle options if needed.
- 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.