Skip to content

RE2/J 1.6

Compare
Choose a tag to compare
@sjamesr sjamesr released this 08 Mar 21:10
· 27 commits to master since this release

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!