API Reference
Class
WildcardMatcher
Provides simple wildcard matching using '*' and '?' tokens.
Inheritance
- Object
- WildcardMatcher
Methods
public static Boolean IsMatch(String input, String pattern, Boolean ignoreCase) #Returns:
BooleanDetermines whether the input matches the wildcard pattern.
Parameters
- input System.String
- Input string to evaluate.
- pattern System.String
- Wildcard pattern using '*' and '?'.
- ignoreCase System.Boolean
- Whether to ignore case while matching.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object