Legend
| Method: IEnumerable<TResult> RawMatchesReverse( |
T[] | input | Input sequence 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. (Default is the end of the input sequence.) |