Tips
- Use Match case to require exact letter casing.
- Use Whole word to avoid partial matches inside larger words.
- Use Regex for advanced patterns like
\d+or(foo|bar).
Frequently asked questions
Does it support regular expressions?
Yes. Tick the Regex option to use patterns like \d+ or (foo|bar) and capture groups in the replacement.
Can I do whole-word replacement only?
Yes. Enable "Whole word" to wrap your search term with word boundaries automatically.