Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
re2j-1.4-javadoc.jar | 2020-06-09 | 34.4 kB | |
re2j-1.4-sources.jar | 2020-06-09 | 80.1 kB | |
re2j-1.4.jar | 2020-06-09 | 109.3 kB | |
RE2_J 1.4 source code.tar.gz | 2020-06-09 | 1.1 MB | |
RE2_J 1.4 source code.zip | 2020-06-09 | 1.1 MB | |
README.md | 2020-06-09 | 1.0 kB | |
Totals: 6 Items | 2.4 MB | 0 |
This is the 1.4 release of RE2/J. Changes from 1.3 include:
-
Added new flag
Pattern.LONGEST_MATCH
to allow changing hard-coded "longest=false" inPattern.compile()
(9708be1d64e75cd096352e08724dc596666040dc), thank you @mykeul -
Fix handling of truncated two-digit hex escapes (40caa73ea78cbcd111a8a4e4bd60088994de442e, https://github.com/google/re2j/issues/103)
-
Fix treatment of
\Q\E*
(26ea8906027ff7b60e68d670da99744aa91fff75, https://github.com/google/re2j/issues/92) -
Fix factoring of common prefixes in alternations (7fce5277c4820f8704a01a155a7a350c16ba5fa9, https://github.com/google/re2j/issues/93)
-
Fix zero-width assertions in capture group eval (0a7c5df677aba8366d012c134ecbdd92124f8c42, https://github.com/google/re2j/issues/96)
-
Eliminate runtime binary search in simpleCodeFold (83ae537508c8948c3fda173e28a353b344cfb098), thank you @mykeul
Thank you @EricEdens for porting the benchmarks to JMH.
Thank you to those listed above and to all the other contributors and bug reporters.