Skip to content
/ re2j Public
forked from Teradata/re2j

Linear time regular expression matching in Java

License

Notifications You must be signed in to change notification settings

trinodb/re2j

 
 

Repository files navigation

RE2/J fork for Trino

This fork of Google RE2/J which is a port of Google RE2 to pure Java. The main difference is that this fork contains a port of the RE2 DFA, which is not part of RE2/J. Additionally, there are some performance improvements, and the code has been changed from Java String to Slice, which is a byte[] wrapper used by the Trino project.

Please see the Google projects for more information about RE2.

About

Linear time regular expression matching in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.2%
  • Other 1.8%