java.util.regex functionality.See: Description
| Class | Description |
|---|---|
| ExpressionMatchReplacer |
Utility class that implements various flavors of
Expression-based replace-all functionality in the style
of Matcher.replaceAll(String). |
| Glob |
This class extends the concepts of the JDK
java.util.regex.Pattern and de.unkrig.commons.util.pattern.Pattern2 classes as follows:
Pattern defines the both the interface of pattern matching and its implementation
(regular expressions). |
| IncludeExclude | |
| IntegerPattern |
Matches integer subjects against a pattern.
|
| Pattern2 |
This class extends the concepts of the JDK
java.util.regex.Pattern class with a new Pattern2.WILDCARD compilation flag, which modifies the pattern compilation such that it combines the well-known
wildcard pattern matching with the power of regular
expressions. |
| PatternUtil |
Pattern-related utility methods. |
| Substitutor<EX extends Throwable> |
Replaces pattern matches in a stream of strings ("chunks").
|
java.util.regex functionality.Copyright © 2018 Arno Unkrig. All rights reserved.