The WildcardExpression Class contains the following constructors:
WildcardExpression()
WildcardExpression(String expr)
WildcardExpression(String expr, int flags)
Creates an empty expression. (An expression must be compiled before matches can be made.)
public WildcardExpression();
Creates an expression that follows the typical wildcard convention.
public WildcardExpression(String expr);
expr | The expression to evaluate. |
Creates a case-sensitive expression from a string and allows for escaped wildcards.
public WildcardExpression (String expr, int flags);
expr | The expression to compile. |
flags | Combination of one or more of the following flags: |