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
It'd be great if there was a macro like regex_captures!() that supported iterating over multiple captures like Regex::captures_iter. If I'm not mistaken I can't use regex_captures!() or any of the other helper macros in this crate (aside from regex!()) to iterate over multiple captures easily.
The text was updated successfully, but these errors were encountered:
It'd be great if there was a macro like
regex_captures!()
that supported iterating over multiple captures likeRegex::captures_iter
. If I'm not mistaken I can't useregex_captures!()
or any of the other helper macros in this crate (aside fromregex!()
) to iterate over multiple captures easily.The text was updated successfully, but these errors were encountered: