| org.radeox.regex.Pattern
All known Subclasses: org.radeox.regex.JdkPattern,
Pattern | public interface Pattern (Code) | | |
getMultiline | public boolean getMultiline()(Code) | | Return whether the pattern is multiline or not
Ture if the pattern is multiline |
getRegex | public String getRegex()(Code) | | Return a string representation of the regular expression
String representation of the regular expression |
|
|