java.lang.Object
com.aspose.cells.RegexType
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. | ||
| Field Detail |
|---|
NONE | |
public static final int NONE | |
WILDCARDS | |
public static final int WILDCARDS | |
REGEX | |
public static final int REGEX | |