-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Display number and names of possible groups instead of matched only #2383
Comments
Would this not be possible by either hovering the regex, or looking in the explanation? Or do you mean explicitly to understand the numbering? |
If the regex is extremely complex with lots of groups, atomic groups and non-capturing groups, this is extremely hard and extremely risky to accidentally not get the highest/last group.
That's what I did then. I Ctrl+F searched for |
Okay, so something like a quick summary of the regex somewhere. I guess that could be useful, question is where it should be placed? |
I'm worried that will turn a bit ambiguous. I will add the hover mechanic shown above in the new version at least. |
Feature
With complex regexes, it's often helpful to be able to see all possible match group numbers and names, even if they are not matched.
e.g. a display like:
for https://regex101.com/r/kzrF6G/1 (this is an extremely simplified example)
The text was updated successfully, but these errors were encountered: