Find & Replace
Search. Replace. Done. Regex optional but encouraged.
What this does
Type what to find, type what to replace it with, click Replace All. Supports literal text matching and regex patterns, with a case-sensitivity toggle.
Common use cases
Bulk renaming. You wrote "CompanyName" 47 times in a document and the company changed its name. One replace fixes all of them.
Cleaning up formatting. Replacing double spaces with single spaces, curly quotes with straight quotes, or tabs with spaces.
Pattern matching with regex. Swap date formats, normalize phone numbers, strip HTML tags. Regex mode turns find and replace into a scalpel.
Things to know
Literal mode matches exactly what you type. Regex mode interprets your search as a regular expression, which means special characters need escaping if you want to match them literally. If you're not sure which mode you need, start with literal.
Case-insensitive toggle does what it says. With it on, searching for "apple" matches "Apple" and "APPLE." The replacement text keeps whatever casing you type in the replace field.
Privacy
Everything happens in your browser. Your text, your search terms, your patterns. All local.