Package net.sf.json.regexp
Class RegexpUtils
- java.lang.Object
-
- net.sf.json.regexp.RegexpUtils
-
public class RegexpUtils extends Object
Convenience utility for working withRegexpMatcher.- Author:
- Andres Almiray
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegexpMatcher
getMatcher(String pattern)
Returns a RegexpMatcher that works in a specific environment.static RegexpMatcher
getMatcher(String pattern, boolean multiline)
Returns a RegexpMatcher that works in a specific environment.
-
-
-
Method Detail
-
getMatcher
public static RegexpMatcher getMatcher(String pattern)
Returns a RegexpMatcher that works in a specific environment.
-
getMatcher
public static RegexpMatcher getMatcher(String pattern, boolean multiline)
Returns a RegexpMatcher that works in a specific environment.
-
-