Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IsMatch(T[], int)

  • Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>

Declaration

public bool IsMatch(
    T[] input,
    int startAt = 0
)

Summary

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

Parameters

T[]input Input sequence to match the regular expression against.
intstartAt Optional index at which to start the search. Matches that start before this index are not included.