|
-
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.
-
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.
|