Package | Description |
---|---|
net.sf.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.
|
Copyright © 2006–2018 Json-lib. All rights reserved.