Legend
| Method: bool IsMatchAt( |
| string | input | String to match the regular expression against. |
| int | mustStartAt | Index at which the match must start (default is 0). |
true if a match starting at the specified index exists (which need not run all the way to the end of
the string); otherwise, false.