Метод | Описание | |
---|---|---|
IsMatch ( string value ) : bool |
Determines whether the specified value matches the text.
|
|
TextContainsMatch ( string value, bool ignoreCase ) |
Initializes a new instance of the T:Stumps.TextContainsMatch class.
|
public IsMatch ( string value ) : bool | ||
value | string | The value to evaluate. |
Результат | bool |
public TextContainsMatch ( string value, bool ignoreCase ) | ||
value | string | The value to find. |
ignoreCase | bool | If set to |