com.aspose.cells

Class RegexType

  • java.lang.Object
    • com.aspose.cells.RegexType
public class RegexType 
extends java.lang.Object

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

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

    • Field Detail

      • NONE

        public static final int NONE
        Not regex, take the searched value as plain string.
      • WILDCARDS

        public static final int WILDCARDS
        Windows wildcards. Same with wildcards('*','?','~') in ms excel.
      • REGEX

        public static final int REGEX
        Common regular expression.