The WildcardExpression Class contains the following fields.
CASE_SENSITIVE | Specifies that the resulting expression should perform case-sensitive matching. |
COMPARE_FL_ALL | An IWildCardExpressionComparator result flag, used in conjunction with COMPARE_XXX, by IWildcardExpressionComparator.compareSubexpressions. Combines flags COMPARE_FL_REJECT, COMPARE_FL_STOP1, and COMPARE_FL_STOP2. |
COMPARE_FL_REJECT | Is a Comparison result flag, used by IWildcardExpressionComparator.compareSubexpressions to stop the comparison. |
COMPARE_FL_STOP1 | Is a SetComparison result flag, used by IWildcardExpressionComparator.compareSubexpressions to disregard further elements of the first expression because they will not be considered during matching. |
COMPARE_FL_STOP2 | Is a SetComparison result flag, used in conjunction with COMPARE_XXX, by IWildcardExpressionComparator.compareSubexpressions to disregard further elements of the second expression because they will not be considered during matching. |
ESCAPED | Specifies that the added string contains escaped expression characters. For example, "\*" will match a '*'. |
EXACT | Specifies that the added string will be matched "as is," with no interpretation of delimiters or wildcards. |
NO_DELIMITERS | Specifies that the string being added or compiled into the expression should be added as a single subexpression. Subexpression delimiters within the added string will be ignored. |
NO_WILDCARDS | Specifies that wildcard characters in the added string will be ignored. |