public class RegexpUtils extends Object
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.
|
public static RegexpMatcher getMatcher(String pattern)
public static RegexpMatcher getMatcher(String pattern, boolean multiline)
Copyright © 2006–2019 Json-lib. All rights reserved.