Find & Replace
Find and replace text with regex support — bulk operations, case-sensitive
Frequently Asked Questions
Can I use regex capture groups in replacement?
Yes. Enable regex mode and use $1, $2, etc. in the replacement field to reference captured groups from your pattern.
What regex syntax is supported?
JavaScript regular expression syntax. When regex mode is enabled, the find field is treated as a regex pattern with the global flag applied automatically.