RE2/J 1.6
A couple of new features in this release:
-
added
Pattern.namedGroups()
: returns a map of the capturing groups in the pattern, where key is the name and value is the index of the group in the pattern -
added a series of methods in
Matcher
to match against UTF-8 bytes
Thank you for the contributions, @j4ckcyw!