메소드 | 설명 | |
---|---|---|
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 TextMatch ( string value, bool ignoreCase ) : System | ||
value | string | The value used to match. |
ignoreCase | bool | If set to |
리턴 | System |