TXT-09Text

Find and Replace

Replace text, RegExp supported

TXT-09Result

Your data never leaves your device: this tool runs locally in the browser.

Find and Replace

Replace every occurrence of a string, optionally with regular expressions and case-insensitive matching. Faster than opening an editor for one replacement.

Frequently asked questions

What do regular expressions add?

Pattern matching: \d+ finds any numbers, ^ anchors line starts, and so on.

Can I reference matches in the replacement?

Yes, in RegExp mode groups work: $1, $2 insert the contents of the pattern's parentheses.