How to Use
- 1
Paste your source text, then enter what you want to find and what to replace it with.
- 2
Matches are highlighted in real time. Toggle case-sensitive, whole word, or regex options as needed.
- 3
The result with all replacements applied appears in the output box. Copy it with one click.
Frequently Asked Questions
Can I use regular expressions? โผ
Yes. Toggle "Use regex" to use JavaScript regular expression syntax in the Find field. For example, \d+ matches any number, and (\w+)@(\w+) captures email parts.
Is this case-sensitive? โผ
By default no. Toggle "Case sensitive" to make the search match the exact case of your search term.