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