General

What is RegexpPlugin?

RegexpPlugin is an API layer to unify the way of using regular expressions engine in Java, so that they can be plugged in and out to evaluate which one fits best in each situation.

Installation

How do I install RegexpPlugin?

Installation doesn't really apply to this library. Just include its Jar file in your compile and runtime classpath.

Status

Which is the current status of RegexpPlugin?

Latest version is 0.3. It's a simple API that doesn't require effort to maintain, as long as actual regexp engines keep their current class and method signatures.

New version provides the replaceAll method, which is an useful replacement of the Matcher loop alternative.