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
This example fails in regex101: https://docs.rs/regex/latest/regex/#example-named-capture-groups
Docs: https://docs.rs/regex/latest/regex/#grouping-and-flags
I enter Homer (?<middle>.)\. Simpson using the rust option, and I see the following:
Homer (?<middle>.)\. Simpson
I expect to see a capture group for the middle name.
Firefox 122.0
Arch Linux, kernel 6.6
The text was updated successfully, but these errors were encountered:
See #2167
Sorry, something went wrong.
No branches or pull requests
Bug Description
This example fails in regex101: https://docs.rs/regex/latest/regex/#example-named-capture-groups
Docs:
https://docs.rs/regex/latest/regex/#grouping-and-flags
Reproduction steps
I enter
Homer (?<middle>.)\. Simpson
using the rust option, and I see the following:Expected Outcome
I expect to see a capture group for the middle name.
Browser
Firefox 122.0
OS
Arch Linux, kernel 6.6
The text was updated successfully, but these errors were encountered: