Find and Replace Text

Find and replace text in any document. Supports regular expressions, case sensitivity, whole-word matching. Shows replacement count.

Text Tools
Ad
Result

Common use cases

Frequently asked questions

How do I use regex capture groups in the replacement?

Use $1, $2, etc. For example, find <code>(\w+)@(\w+)</code> and replace with <code>$2.$1</code> to swap the parts of an email-like string.

What if my Find string contains regex special chars?

Leave "Use regular expression" unchecked — the find term is treated as a literal string and special characters are auto-escaped.

Related tools