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: TGenerex Then(IEqualityComparer<T>, params T[])- Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>
Declarationpublic TGenerex Then(
IEqualityComparer<T> comparer,
params T[] elements
) Summary
Returns a regular expression that matches this regular expression followed by the specified sequence of
elements, using the specified equality comparer. |