API Reference
Class
Wildcard
Simple wildcard matching helper used across hosts ("*" and "?" semantics).
Inheritance
- Object
- Wildcard
Methods
public static Boolean IsMatch(String input, String pattern, Boolean ignoreCase = true) #Returns:
BooleanReturns true when input matches the wildcard pattern.
Parameters
- input System.String
- pattern System.String
- ignoreCase System.Boolean = true