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

Regex Tester, display sub group matching #1514

Open
warquys opened this issue Mar 11, 2025 · 0 comments
Open

Regex Tester, display sub group matching #1514

warquys opened this issue Mar 11, 2025 · 0 comments
Labels
enhancement Idea of improvement of existing feature. untriaged

Comments

@warquys
Copy link

warquys commented Mar 11, 2025

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.

@warquys warquys added enhancement Idea of improvement of existing feature. untriaged labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea of improvement of existing feature. untriaged
Projects
None yet
Development

No branches or pull requests

1 participant