| Package | Description |
|---|---|
| org.languagetool.rules.patterns |
| Modifier and Type | Method and Description |
|---|---|
static StringMatcher |
StringMatcher.create(String pattern,
boolean isRegExp,
boolean caseSensitive) |
static StringMatcher |
StringMatcher.regexp(String pattern)
Create a case-sensitive regexp matcher.
|