aspose.cells
Class RegexType

Utility class containing constants. Represents the regex type for seaching string.

Field Summary
const  NumberNONE
           Not regex, take the searched value as plain string.
const  NumberWILDCARDS
           Windows wildcards. Same with wildcards('*','?','~') in ms excel.
const  NumberREGEX
           Common regular expression.
 

Field Detail

NONE

const Number NONE
Not regex, take the searched value as plain string.

WILDCARDS

const Number WILDCARDS
Windows wildcards. Same with wildcards('*','?','~') in ms excel.

REGEX

const Number REGEX
Common regular expression.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.