Or(element, selector, comparer) Or(elements, selector, comparer) ThenExpect<>(expectation, selector, exceptionGenerator) ThenExpect<>(expectation, selector, exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: bool IsMatchAt(string, int)Declarationpublic bool IsMatchAt(
string input,
int mustStartAt = 0
)Summary
Determines whether the given string matches this regular expression at a specific character index. Parameters| string | input |
String to match the regular expression against. | | int | mustStartAt |
Index at which the match must start (default is 0). |
Returnstrue if a match starting at the specified index exists (which need not run all the way to the end of
the string); otherwise, false. |