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 classJdkRegexpMatcherJDK 1.4+ RegexpMatcher implementation.Methods in net.sf.json.regexp that return RegexpMatcher Modifier and Type Method Description static RegexpMatcherRegexpUtils. getMatcher(java.lang.String pattern)Returns a RegexpMatcher that works in a specific environment.static RegexpMatcherRegexpUtils. getMatcher(java.lang.String pattern, boolean multiline)Returns a RegexpMatcher that works in a specific environment.
-