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 support — use powerful regular expressions
- ✓ Case-sensitive or case-insensitive search
- ✓ Whole word matching option
- ✓ Real-time match count and replacement stats
- ✓ 100% client-side — your data never leaves your browser
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