We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Capture groups aren't supported yet. This sounds like a duplicate of #362.
Sorry, something went wrong.
Thank you, then I would like to look at this as a Feature Request.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: