Optional regex
Enable regular expressions for complex patterns and capture-group replacements ($1, $2…).
Replace all matches in a block of text at once. Supports regular expressions and a case-insensitive mode — processing is local.
Enable regular expressions for complex patterns and capture-group replacements ($1, $2…).
The result and the replacement count update in real time.
Your text is never sent anywhere — replacement is entirely local.
No. Find and replace run entirely in your browser — nothing is uploaded.
Yes. Turn on “Regular expression” and use patterns like \d+ or capture groups $1 in the replacement.
Yes — the tool always replaces every match (global mode).
Matching ignores letter case — “Home” will also match “home” and “HOME”.