Package | Description |
---|---|
net.sf.json.regexp |
Regexp utilities
|
Modifier and Type | Class | Description |
---|---|---|
class |
JdkRegexpMatcher |
JDK 1.4+ RegexpMatcher implementation.
|
Modifier and Type | Method | 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.
|
Copyright © 2006–2019 Json-lib. All rights reserved.