Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
re2j-1.8-javadoc.jar | 2025-01-09 | 35.6 kB | |
re2j-1.8-sources.jar | 2025-01-09 | 86.0 kB | |
re2j-1.8.jar | 2025-01-09 | 114.3 kB | |
RE2_J 1.8 source code.tar.gz | 2025-01-09 | 1.2 MB | |
RE2_J 1.8 source code.zip | 2025-01-09 | 1.3 MB | |
README.md | 2025-01-09 | 1.5 kB | |
Totals: 6 Items | 2.8 MB | 0 |
What's Changed
- Fix NullPointerException in Pattern#namedGroups by @sjamesr in https://github.com/google/re2j/pull/158
- Add fast path for ASCII case folding by @mszabo-wikia in https://github.com/google/re2j/pull/159
- ISSUE-124: removed unused error message variable by @orionlibs in https://github.com/google/re2j/pull/165
- Add support for
(?<name>expr)
. by @junyer in https://github.com/google/re2j/pull/167 - Reduce the incidence of infinite loops while case folding by @mszabo-wikia in https://github.com/google/re2j/pull/160
- Minor test fixes to enable running internally with Blaze. by @herbyderby in https://github.com/google/re2j/pull/171
- Use an explicit "UTF-8" character set argument when creating Strings from bytes. The platform default character set is guaranteed to be UTF-8. by @herbyderby in https://github.com/google/re2j/pull/173
- Add
Pattern.programSize()
andMatcher.programSize()
by @sergiitk in https://github.com/google/re2j/pull/180
New Contributors
- @mszabo-wikia made their first contribution in https://github.com/google/re2j/pull/159
- @orionlibs made their first contribution in https://github.com/google/re2j/pull/165
- @junyer made their first contribution in https://github.com/google/re2j/pull/167
- @herbyderby made their first contribution in https://github.com/google/re2j/pull/171
- @sergiitk made their first contribution in https://github.com/google/re2j/pull/180
Full Changelog: https://github.com/google/re2j/compare/re2j-1.7...re2j-1.8