public class RegexType
Field Summary | ||
---|---|---|
static final int | NONE | |
Not regex, take the searched value as plain string.
|
||
static final int | WILDCARDS | |
Windows wildcards. Same with wildcards('*','?','~') in ms excel.
|
||
static final int | REGEX | |
Common regular expression.
|