Method | Description | |
---|---|---|
IsMatch ( string value ) : bool |
Determines whether the specified value matches the text.
|
|
TextMatch ( string value, bool ignoreCase ) : System |
Initializes a new instance of the T:Stumps.TextMatch class.
|
public IsMatch ( string value ) : bool | ||
value | string | The value to evaluate. |
return | bool |
public TextMatch ( string value, bool ignoreCase ) : System | ||
value | string | The value used to match. |
ignoreCase | bool | If set to |
return | System |