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: IEnumerable<StringerexMatch<TResult>> MatchesReverse(string, int?)Declarationpublic IEnumerable<StringerexMatch<TResult>> MatchesReverse(
string input,
int? endAt = null
) Summary
Returns a sequence of non-overlapping regular expression matches going backwards (starting at the end of the
specified string), optionally starting the search at the specified index. Parametersstring | input |
String to match the regular expression against. | int? | endAt |
Optional index at which to begin the reverse search. Matches that end at or after this index are not included. |
|