-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
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
Regex "replace in files" group substitution does not work #81502
Comments
No, I'm sorry. I was not aware of #80667 and the actual regex I was using did include a newline. I will close this issue, but it does seem that the name of the other could be improved. |
@ArturoDent when will the fix for #80667 be released? |
It is already in the Insider's Build so "should" be in the next release - early October 2019. |
Thank you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to Reproduce:
Open "Replace in files"
Perform a regex search that includes a group, e.g.:
Perform replace using group substitution, e.g.:
Expected results:
Actual result:
Does this issue occur when all extensions are disabled?: Yes
It is worth noting that the expected results listed above are the exact behavior of the local find and replace feature, but this is for some reason not extended to the project-wide find and replace feature.
The text was updated successfully, but these errors were encountered: