Find and Replace

// Find and replace text with regex support

#About Find and Replace

Free online find and replace tool. Search and replace text with support for regular expressions, case sensitivity, and global matching. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.

#FAQ

Can I use regular expressions?
Yes, toggle the regex mode to use full JavaScript regular expression syntax in your search pattern, including capture groups and backreferences in the replacement string.
</> Embed this tool

Copy this code to embed the tool on your website. Adjust the height to fit your layout.

<iframe src="https://www.browserutils.dev/embed/find-and-replace" width="100%" height="500" frameborder="0" title="Find and Replace"></iframe>

#Related