Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsMatchAt(string, int)

Declaration

public bool IsMatchAt(
    string input,
    int mustStartAt = 0
)

Summary

Determines whether the given string matches this regular expression at a specific character index.

Parameters

stringinput String to match the regular expression against.
intmustStartAt Index at which the match must start (default is 0).

Returns

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.