Text
Find & Replace
Search/replace with regex and live preview. Built for speed and clarity by Tolyo.
TextBeta
Input
Find & Replace
Enter a regex pattern.
Supports $&, $1, $`, $', $$
Matches: 0
Preview
The quick brown fox jumps over the lazy dog.
the QUICK brown fox jumps over the LAZY dog.
Email: hello@example.com
Numbers: 123-456-7890
New lines?
Yes!
Result
Tips
- Use the flags to tweak behavior:
g(global),i(ignore case),m(multiline),s(dotAll). - Toggle
Previewto see highlighted matches and a safereplace()example before applying. - Need to escape special chars? Prefix them with
\in the pattern (e.g.\.,\?).
