java.util.regex functionality.See: Description
| Interface | Description |
|---|---|
| PatternUtil.Replacer |
Decides whether and how a match is to be replaced.
|
| Class | Description |
|---|---|
| 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. |
java.util.regex functionality.