Skip to content
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>: Make back-references to unmatched capture groups not match anything in POSIX basic regexes #5376

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

muellerj2
Copy link
Contributor

Fixes #5374.

@muellerj2 muellerj2 requested a review from a team as a code owner March 28, 2025 18:29
@github-project-automation github-project-automation bot moved this to Initial Review in STL Code Reviews Mar 28, 2025
@StephanTLavavej StephanTLavavej added bug Something isn't working regex meow is a substring of homeowner labels Mar 29, 2025
@StephanTLavavej StephanTLavavej self-assigned this Mar 29, 2025
@StephanTLavavej StephanTLavavej removed their assignment Apr 1, 2025
@StephanTLavavej StephanTLavavej moved this from Initial Review to Ready To Merge in STL Code Reviews Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regex meow is a substring of homeowner
Projects
Status: Ready To Merge
Development

Successfully merging this pull request may close these issues.

<regex>: Back-references to unmatched capture groups should not match in POSIX basic regular expressions
2 participants