Skip to content

RE2/J 1.8

Latest
Compare
Choose a tag to compare
@sjamesr sjamesr released this 09 Jan 03:58
· 1 commit to master since this release

What's Changed

  • Fix NullPointerException in Pattern#namedGroups by @sjamesr in #158
  • Add fast path for ASCII case folding by @mszabo-wikia in #159
  • ISSUE-124: removed unused error message variable by @orionlibs in #165
  • Add support for (?<name>expr). by @junyer in #167
  • Reduce the incidence of infinite loops while case folding by @mszabo-wikia in #160
  • Minor test fixes to enable running internally with Blaze. by @herbyderby in #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 #173
  • Add Pattern.programSize() and Matcher.programSize() by @sergiitk in #180

New Contributors

Full Changelog: re2j-1.7...re2j-1.8