Replace(input, replaceWith, startAt, maxReplace) Replace(input, replaceWith, startAt, maxReplace) ThenExpect(exceptionGenerator, comparer, elements) ThenExpect(exceptionGenerator, comparer, elements) Throw(exceptionGenerator)
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>
Declarationpublic 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. ParametersT[] | input |
Input sequence to match the regular expression against. | int | startAt |
Optional index at which to start the search. Matches that start before this index are not included. |
|