public abstract class FasterPattern extends Object implements AddsToRuleKey
.*foo.*
.Modifier and Type | Method and Description |
---|---|
static FasterPattern |
compile(String pattern)
Compile a pattern.
|
abstract boolean |
matches(String s)
Check if this pattern matches given string.
|
public static FasterPattern compile(String pattern)
Pattern.DOTALL
.public abstract boolean matches(String s)