Find and Replace Text
Find every occurrence of a word or phrase in your text and replace it with another.
Change it everywhere at once
A name that needs updating throughout a document, a term you decided to rename, a stray phrase repeated a dozen times — fixing each by hand is slow and easy to miss one. Find and replace swaps every occurrence in a single move, so one change ripples through the whole text reliably.
Type what to find and what to replace it with, and every match is updated.
Precise replacements
The care is in matching exactly what you mean. Options like matching whole words only stop you accidentally changing cat inside category, and case-sensitive matching lets you treat US and us differently. For pattern-based swaps — every number, every email, a flexible format — regular expression support handles what a plain search cannot. Start specific and you avoid the classic mistake of replacing more than you intended.
Frequently asked questions
Can I replace only whole words?
Yes. Match whole words so a search for cat does not change category, for example.
Does it support patterns, not just exact text?
With regular expressions you can match patterns — any number, any email, flexible formats — rather than one fixed string.
Is my text uploaded?
No. The find and replace happens in your browser.