F&R

Find and Replace

Search and replace text with regex support and match count

🔥 64K/mo monthly searches

0
Matches Found
0
Replacements Made

Features

Regex Examples

\d+ — Match numbers
\w+@\w+\.\w+ — Match email addresses
\s+ — Match whitespace
https?://.* — Match URLs
#[0-9A-Fa-f]{6} — Match hex colors
\b\w{3}\b — Match 3-letter words