Uses of Interface
net.sf.json.regexp.RegexpMatcher
-
Packages that use RegexpMatcher Package Description net.sf.json.regexp Regexp utilities -
-
Uses of RegexpMatcher in net.sf.json.regexp
Classes in net.sf.json.regexp that implement RegexpMatcher Modifier and Type Class Description class
JdkRegexpMatcher
JDK 1.4+ RegexpMatcher implementation.Methods in net.sf.json.regexp that return RegexpMatcher 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.
-