Find and Replace
Replace text with optional case-insensitive mode.
About Find and Replace
Find and replace rewrites every matching occurrence in a block of text. It saves time when renaming products, fixing broken phrases, updating domains, or cleaning exports before publish.
How to use
- Paste the full text.
- Enter the find string and the replacement.
- Run replace and review the result.
- Undo via your original copy if a replace was too broad.
Tips to avoid disasters
- Search for distinctive strings — replacing
idcan damage words likevalid. - Run once on a sample paragraph before processing an entire site export.
- Keep a backup of the original text.
FAQ
Is this regex? Basic find/replace is literal matching. Use a regex tester when you need patterns.