Class RegexpUtils
java.lang.Object
net.sf.json.regexp.RegexpUtils
Convenience utility for working withRegexpMatcher.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegexpMatchergetMatcher(String pattern) Returns a RegexpMatcher that works in a specific environment.static RegexpMatchergetMatcher(String pattern, boolean multiline) Returns a RegexpMatcher that works in a specific environment.
-
Constructor Details
-
RegexpUtils
private RegexpUtils()
-
-
Method Details
-
getMatcher
Returns a RegexpMatcher that works in a specific environment. -
getMatcher
Returns a RegexpMatcher that works in a specific environment.
-