Find & Replace

Bulk search and replace text with support for Regular Expressions

Find:
Replace with:
Matches Found: 0
Input
Output

About Find & Replace

A fast, browser-based tool for bulk text replacement without sending your data to a server.

If you check the Use Regex box, your Find query will be evaluated as a JavaScript Regular Expression, allowing you to use capture groups. For example, if you find (apple|orange)s and replace with $1, it will turn "apples and oranges" into "apple and orange".