public class RegexpUtils extends Object
Modifier and Type | Method and 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.
|
public static RegexpMatcher getMatcher(String pattern)
public static RegexpMatcher getMatcher(String pattern, boolean multiline)