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: StringerexMatch<TResult> Match(string, int)Declarationpublic StringerexMatch<TResult> Match(
string input,
int startAt = 0
)Summary
Determines whether the given string matches this regular expression, and if so, returns information about the
first match. Parameters| string | input |
String to match the regular expression against. | | int | startAt |
Optional index at which to start the search. Matches that start before this index are not included. |
Returns
An object describing a regular expression match in case of success; null if no match. |