brandon1024 / find

A find-in-page extension for Chrome and Firefox that supports regular expressions.
https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb
GNU General Public License v3.0
402 stars 52 forks source link

How to replace parantheses? #367

Closed Aybee closed 2 years ago

Aybee commented 2 years ago

Issue Description

I've tried to replace parantheses with $1 ... But it doesn't work. Didn't you implement this or am I doing it the wrong way?

Steps to Reproduce

Search for(g)oo(gle) Replace with $1ii$2 Result should be Giigle Result is $1ii$2

brandon1024 commented 2 years ago

Capture groups aren't supported yet. This sounds like a duplicate of https://github.com/brandon1024/find/issues/362.

Aybee commented 2 years ago

Thank you, then I would like to look at this as a Feature Request.