You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have access to the capturing groups of matches. Ideally, a way to use captures_iter and be exposed.
I would also like to have access to the static capturing group information on rust's regexes. Exposing capture_names should be good enough, but I also wouldn't mind a different API. I just need to know (1) how many capturing groups there are and (2) the mapping of named capturing groups to their indices.
The text was updated successfully, but these errors were encountered:
Me again :)
I would like to have access to the capturing groups of matches. Ideally, a way to use
captures_iter
and be exposed.I would also like to have access to the static capturing group information on rust's regexes. Exposing
capture_names
should be good enough, but I also wouldn't mind a different API. I just need to know (1) how many capturing groups there are and (2) the mapping of named capturing groups to their indices.The text was updated successfully, but these errors were encountered: