Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
re2j-1.6-javadoc.jar | 2021-03-08 | 35.1 kB | |
re2j-1.6-sources.jar | 2021-03-08 | 82.0 kB | |
re2j-1.6.jar | 2021-03-08 | 113.2 kB | |
RE2_J 1.6 source code.tar.gz | 2021-03-08 | 1.1 MB | |
RE2_J 1.6 source code.zip | 2021-03-08 | 1.1 MB | |
README.md | 2021-03-08 | 323 Bytes | |
Totals: 6 Items | 2.5 MB | 0 |
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!