Skip to content

Expose group_info() for Regex::Captures #1238

Closed as not planned
Closed as not planned
@wesleyel

Description

@wesleyel

Hi there!

I'm writing a wrapper for regex crate's Regex::Captures struct, and for this I need to get the group_info member of regex_automata::util::captures::Captures.

But I found that the Regex::Captures type currently does not have a way to export its caps attribute or the group_info() method of the caps attribute.

Would regex willing to accept a patch that expose group_info()? Or Maybe I should head to use regex_automata?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions