Package | Description |
---|---|
org.kordamp.json.regexp |
Regexp utilities
|
Modifier and Type | Class and Description |
---|---|
class |
JdkRegexpMatcher
JDK 1.4+ RegexpMatcher implementation.
|
Modifier and Type | Method and Description |
---|---|
static RegexpMatcher |
RegexpUtils.getMatcher(String pattern)
Returns a RegexpMatcher that works in a specific environment.
|
static RegexpMatcher |
RegexpUtils.getMatcher(String pattern,
boolean multiline)
Returns a RegexpMatcher that works in a specific environment.
|