Find and Replace
Replaces every occurrence of a word or phrase in your text. Runs entirely in your browser — nothing is sent to a server. Enter the find pattern, replacement, and text separated by pipes, like "cat|dog|The cat sat on the cat mat".
Replaces every occurrence of a word or phrase in your text. Runs entirely in your browser — nothing is sent to a server. Enter the find pattern, replacement, and text separated by pipes, like "cat|dog|The cat sat on the cat mat".
Use cases
- Replacing a placeholder in a template with a real value
- Fixing a repeated typo throughout a block of text
Examples
Replacing 'cat' with 'dog'
cat|dog|The cat sat on the cat mat
The dog sat on the dog mat
FAQ
Is my data sent to a server?
No — this tool runs entirely in your browser.