-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Canop and Emerentius
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request