Find and Replace Tool
Search and replace text in any input. Switch between plain text, whole-word, or powerful regex mode. See the exact count of replacements made.
Processed locally in your browser — nothing is uploaded.
How to Use
- Paste your text into the input area.
- Enter the search term and replacement.
- Enable desired options and click Replace All.
FAQ
How do I use regex mode?
Enable "Regex mode" and type a valid JavaScript regular expression in the Find field. For example, \d+ matches one or more digits.
Is the replace case-sensitive by default?
No. By default matching is case-insensitive. Enable "Case-sensitive" to make matching exact.