You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Comments
Regex 101 already implement this functionality.
The text was updated successfully, but these errors were encountered: