Package net.sf.json.regexp
Class RegexpUtils
java.lang.Object
net.sf.json.regexp.RegexpUtils
Convenience utility for working withRegexpMatcher.
- Author:
- Andres Almiray aalmiray@users.sourceforge.net
-
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.
-
Method Details
-
getMatcher
Returns a RegexpMatcher that works in a specific environment. -
getMatcher
Returns a RegexpMatcher that works in a specific environment.
-