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 IsMatchUpTo(string, int?)Declarationpublic bool IsMatchUpTo(
string input,
int? mustEndAt = null
) Summary
Determines whether the given string matches this regular expression up to a specific character index. Parametersstring | input |
String to match the regular expression against. | int? | mustEndAt |
Index at which the match must end (default is the end of the string). |
Returnstrue if a match ending at the specified index exists (which need not begin at the start of the string);
otherwise, false . |