asposecells.api
Class RegexType

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

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

Field Detail

NONE

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

WILDCARDS

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

REGEX

const int 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.