Skip to content
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

Feature request: regex_captures_iter!() macro #37

Closed
dimo414 opened this issue Dec 3, 2024 · 3 comments · Fixed by #39
Closed

Feature request: regex_captures_iter!() macro #37

dimo414 opened this issue Dec 3, 2024 · 3 comments · Fixed by #39
Labels
enhancement New feature or request

Comments

@dimo414
Copy link

dimo414 commented Dec 3, 2024

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
Copy link
Owner

Canop commented Dec 3, 2024

If I'm not mistaken

You're not.

@Canop Canop added the enhancement New feature or request label Dec 5, 2024
Canop added a commit that referenced this issue Dec 24, 2024
@Canop Canop closed this as completed in #39 Dec 27, 2024
@Canop Canop closed this as completed in a0b5bdb Dec 27, 2024
@dimo414
Copy link
Author

dimo414 commented Dec 27, 2024

Thanks!

@Canop
Copy link
Owner

Canop commented Dec 27, 2024

Now available in 3.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants