Join Slack
Powered by
is there a way to get the matched group number fro...
# getting-started
d
danneu
01/10/2017, 8:57 AM
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.
Open in Slack
Previous
Next