Suggestion
Brought to you by:
samokhodkin
Hi there,
I have been using JRegex and it is really pretty awesome, it provides the amazing named grouping feature which none of java's previous version has supported. But when i was using JRegex to find the value for a named group, i found that i must know all the group i have provided in pattern in advance. Is there any way where i can get all the named groups in pattern at runtime?