Class Matcher
Contains static methods to match string values without regular expressions
Inheritance
object
Matcher
Namespace: BuildSystem.Utils
Assembly: BuildSystem.Utils.dll
Syntax
public static class Matcher : Object
Methods
isMatch(string, string)
Check that name matches the mask
Declaration
public static bool isMatch(string mask, string name)
Parameters
Type | Name | Description |
---|---|---|
string | mask | Simple expression, which can only contain '*' as special symbol and ',' as delimiter |
string | name | Matching string |
Returns
Type | Description |
---|---|
bool |