Find and Replace
Find and replace every occurrence in one click — perfect for rebranding docs, fixing recurring typos and renaming terms.
How to Use This Find and Replace
Step 1
Paste your document
Step 2
Enter find and replace strings
Step 3
Toggle case sensitivity or whole-word
Step 4
Hit Copy and use the updated text
What Is Find and Replace?
You're renaming a product across a 200-page manual or fixing a typo that's in 50 articles. Manual scrolling and replacing is slow and error-prone.
Paste your text, enter the find/replace pair, and get the updated document instantly.
If you're rebranding docs, you swap product names without missing references. If you're localizing, you replace placeholder strings in bulk. If you're fixing typos, you correct every instance at once.
Frequently Asked Questions
Does it match inside words?
By default yes. Toggle whole-word to match only standalone instances.
Tip: Always use whole-word for short common terms.
Can I use regex?
Toggle regex mode for patterns and $1 backreferences.
Tip: Plain mode is safer for simple replacements.
Can it preserve case?
Smart-case mode swaps 'Apple'→'Banana' and 'apple'→'banana' in one pass.
Tip: Essential for rebranding mixed-case docs.
Will it touch HTML tags?
Yes, it replaces inside attributes and code too.
Tip: Strip HTML first if you only want visible text changed.
Does it count replacements?
Yes, the total count shows so you can verify.
Tip: Mismatch usually means whole-word or case toggle is wrong.
Multiple pairs at once?
Run one pair, then re-paste output and run the next.
Tip: For complex sequences, sed or VS Code is faster.