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>

Declaration

public 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.

Parameters

Func<TGenerex, TGenerex>generator A function that generates the regular expression from an object that recursively represents the result.