Method IsMatch
IsMatch(ICharSequence)
Declaration
bool IsMatch(ICharSequence input)
Parameters
Type | Name | Description |
---|---|---|
ICharSequence | input |
Returns
Type | Description |
---|---|
System.Boolean |
IsMatch(String)
Declaration
bool IsMatch(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input |
Returns
Type | Description |
---|---|
System.Boolean |
IsMatch(StringBuilder)
Declaration
bool IsMatch(StringBuilder input)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | input |
Returns
Type | Description |
---|---|
System.Boolean |