Find and replace text instantly
Find and Replace searches your text for every match of your "Find" term and swaps it with your replacement text, entirely in your browser. By default, "Find" is treated as plain literal text — characters like . * + ( ) [ ] match themselves, not regex syntax. Check "Use regular expression" to opt into full regex matching, including capture groups and backreferences in the replacement.
Does this tool support regular expressions?
Yes, as an opt-in — check "Use regular expression" to have the "Find" field interpreted as a regex, with special characters like . * + ( ) [ ] ^ $ taking on their regex meaning. Leave it unchecked for plain literal matching.
Do I need to escape special characters by default?
No — with "Use regular expression" unchecked (the default), your search text is matched literally, so characters like . and ( match themselves.
Is matching case-sensitive?
Yes, always — there's no case-insensitive option.
Is my data private?
Yes, all text processing happens locally in your browser — nothing is uploaded to a server.