Package | Description |
---|---|
net.sf.json.regexp |
Regexp utilities
|
Modifier and Type | Class and Description |
---|---|
class |
JdkRegexpMatcher
JDK 1.4+ RegexpMatcher implementation.
|
class |
Perl5RegexpMatcher
Jakarta-oro RegexpMatcher Implementation.
Runs on older JVMs (1.3.1). |
Modifier and Type | Method and Description |
---|---|
static RegexpMatcher |
RegexpUtils.getMatcher(java.lang.String pattern)
Returns a RegexpMatcher that works in a specific environment.
When in a JVM 1.3.1 it will return a Perl5RegexpMatcher, if the JVM is younger (1.4+) it will return a JdkRegexpMatcher. |
Copyright © 2006-2014 Json-lib. All Rights Reserved.