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 |
| Static method: TGenerex Recursive(Func<TGenerex, TGenerex>)- Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>
Declarationpublic static TGenerex Recursive(
Func<TGenerex, TGenerex> generator
) Summary
Generates a recursive regular expression, i.e. one that can contain itself, allowing the matching of
arbitrarily nested expressions. ParametersFunc<TGenerex, TGenerex> | generator |
A function that generates the regular expression from an object that recursively represents the result. |
|