Sometimes you need one surgical edit across a whole block of text: swap a product name, fix a repeated typo, anglicize spelling, blank out a term before sharing. Opening an editor for that is ceremony; pasting work text into a site that uploads it is a risk.
Our new find and replace tool does the edit in your browser, live on every keystroke:
- All occurrences at once, with a running count of replacements so you know exactly how many spots changed.
- Whole-word mode — replace “cat” without turning “catalog” into “dogalog”. Boundaries are Unicode-aware, so accented text behaves.
- Case-sensitive switch for when ‘Apple’ and ‘apple’ are different things.
- Literal matching — dots and asterisks match themselves, so results are never a regex surprise. (Regex support is on the list.)
Your text — and your search terms, which are fragments of it — never touch a URL or a server.
Also available en español, and embeddable with a single iframe.