Linear time regular expression matching for Java, based on Google's RE2.
<dependency>
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
<version>1.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile and match a regular expression.
Switch to java.util.regex.Pattern if you need advanced regex features.
No dependency data recorded yet.