Find and Replace
Search your text and replace every match at once — with optional regular expressions and case-sensitive matching.
Find and Replace
🔒 Nothing you enter is sent anywhere or stored. All processing happens in your browser.
How it works
Find and Replace searches your text for a pattern and swaps every match with your replacement. In plain mode it looks for the exact characters you type; in regex mode it interprets your input as a regular expression, unlocking powerful matching like \d+ for numbers or \s+ for runs of whitespace.
The case-sensitive toggle controls whether "Cat" and "cat" are treated as the same. When it's off, matching ignores case. After each run the tool reports how many replacements were made, so you can confirm the change did what you expected before copying the result.
Regex mode also supports capture-group references in the replacement field, so you can reorder or reformat matched text (for example turning 2026-01-15 into 15/01/2026). If your expression is invalid, a clear error message appears instead of failing silently. As always, nothing is uploaded — the substitution happens entirely in your browser.