| Constructor and Description |
|---|
JdkPattern(String regex,
boolean multiline) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getMultiline()
Return whether the pattern is multiline or not
|
protected Pattern |
getPattern() |
String |
getRegex()
Return a string representation of the regular expression
|
public JdkPattern(String regex, boolean multiline)
protected Pattern getPattern()
public String getRegex()
Patternpublic boolean getMultiline()
PatterngetMultiline in interface PatternCopyright © 2003–2021 Sakai Project. All rights reserved.