Skip to content

Regex Tester, display sub group matching #1514

@warquys

Description

@warquys

What improvement do you think would an existing feature or tool in DevToys?

I would like to have the possibility to see all captures of a group.
In C#, Regex group can capture multiple time. This is not the case in other language. It will be nice to have the possibility see the capture of a group.

Solution/Idea

Either a toggle to disable/enable the feature. Or hide the captures inside the group and be extended when clicked on the group. When captures are display, the capture of the group are added under the group.
like:

Match1
   Group1
      Captur1
      Captur2

Comments

Regex 101 already implement this functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementIdea of improvement of existing feature.untriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions