public class RegexJava extends Object implements RegexEngine
| Constructor and Description |
|---|
RegexJava(String pattern,
String flags) |
| Modifier and Type | Method and Description |
|---|---|
static int |
makeMask(String modifiers) |
static Pattern |
makePattern(String label,
String patternStr,
String flags) |
boolean |
match(String s) |
Licenced under the Apache License, Version 2.0