Find & Replace
Find and replace text with optional regex support. Case-sensitive, whole-word, and replace-all modes with live match count.
Sample Data
âšī¸ About Find & Replace
- Regex mode uses standard JavaScript regex syntax
- In regex mode, use capture groups like
$1in the replacement - Whole-word option wraps your pattern in
\bword-boundary anchors - Uncheck "Replace all" to replace only the first match
How to use Find & Replace
- 1 Enter search pattern â Type the text or regex you want to find.
- 2 Enter replacement â Leave blank to delete matches.
- 3 Paste your text â The match count updates live as you type.
- 4 Click Replace â Copy or download the result.
Find & Replace runs entirely in your browser â your data never leaves your machine.