Package | Description |
---|---|
org.mdiutil.util.regex |
This package provides additional utility classes that complement the java.util.regex package.
|
Modifier and Type | Method and Description |
---|---|
RegexPattern |
RegexPattern.clone() |
RegexPattern |
RegexMatcher.getPattern()
The pattern.
|
Modifier and Type | Method and Description |
---|---|
List<RegexPattern> |
RegexCollection.getOrderedPatterns()
Return the ordered list of regex patterns.
|
Map<String,RegexPattern> |
RegexCollection.getPatterns()
Return the Map of regex patterns.
|