Legend
| Method: bool IsMatchExact( |
| string | input | String to match the regular expression against. |
| int | mustStartAt | Index at which the match must start (default is 0). |
| int? | mustEndAt | Index at which the match must end (default is the end of the string). |
true if a match starting and ending at the specified indexes exists; otherwise, false.