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. |
Field Detail |
---|
NONE | |
const int NONE |
WILDCARDS | |
const int WILDCARDS |
REGEX | |
const int REGEX |