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