is there a way to get the matched group number fro...
# getting-started
d
is there a way to get the matched group number from a
Matcher
? i have a pattern
Pattern.compile("(/a)|(/b)|(/c)|...")
and i want to get the group number of the match.