Uses of Interface
org.kordamp.json.regexp.RegexpMatcher
-
Packages that use RegexpMatcher Package Description org.kordamp.json.regexp -
-
Uses of RegexpMatcher in org.kordamp.json.regexp
Classes in org.kordamp.json.regexp that implement RegexpMatcher Modifier and Type Class Description classJdkRegexpMatcherJDK 1.4+ RegexpMatcher implementation.Methods in org.kordamp.json.regexp that return RegexpMatcher Modifier and Type Method Description static RegexpMatcherRegexpUtils. getMatcher(String pattern)Returns a RegexpMatcher that works in a specific environment.static RegexpMatcherRegexpUtils. getMatcher(String pattern, boolean multiline)Returns a RegexpMatcher that works in a specific environment.
-