Legend
| Method: bool IsMatchUpTo( |
| string | input | String to match the regular expression against. |
| int? | mustEndAt | Index at which the match must end (default is the end of the string). |
true if a match ending at the specified index exists (which need not begin at the start of the string);
otherwise, false.