-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Capture Group Support #718
Labels
Comments
How would you expect to define and use the captured groups? Perhaps an example of what you want to do but cannot do easily today. |
For example I would love to be able to do this:
Right now I have to write it like so:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It would be great to be able to use capture groups in the Regexp and be able to read their value in the request passed to the callbacks, currently we have to store the regexp in a common place and parse twice.
Additional context
No response
Version of
responses
latest
Steps to Reproduce
N/a
Expected Result
N/a
Actual Result
N/a
The text was updated successfully, but these errors were encountered: