Legend
| Method: bool IsMatchReverse( |
string | input | String to match the regular expression against. |
int? | endAt | Optional index before which a match must end. The search begins by matching from this index backwards, and then proceeds towards the start of the string. |