Closed Aybee closed 3 years ago
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?
$1
Search for(g)oo(gle) Replace with $1ii$2 Result should be Giigle Result is $1ii$2
(g)oo(gle)
$1ii$2
Giigle
Capture groups aren't supported yet. This sounds like a duplicate of https://github.com/brandon1024/find/issues/362.
Thank you, then I would like to look at this as a Feature Request.
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 beGiigle
Result is$1ii$2