Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsMatch(string, int)

Declaration

public bool IsMatch(
    string input,
    int startAt = 0
)

Summary

Determines whether the given string contains a match for this regular expression, optionally starting the search at a specified character index.

Parameters

stringinput String to match the regular expression against.
intstartAt Optional character index at which to start the search. Matches that start before this index are not included.