Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TManyGenerex repeatInfinite<TManyGenerex, TManyGenerexMatch>(bool)

Declaration

protected TManyGenerex repeatInfinite<TManyGenerex, TManyGenerexMatch>(
    bool greedy
)

Summary

Returns a regular expression that matches this regular expression zero or more times.

Generic type parameters

TManyGenerex
  • Must derive from: RT.Generexes.GenerexWithResultBase<T, System.Collections.Generic.IEnumerable<TResult>, TManyGenerex, TManyGenerexMatch>.
This type parameter is not documented.
TManyGenerexMatch
  • Must derive from: RT.Generexes.GenerexMatch<T, System.Collections.Generic.IEnumerable<TResult>>.
This type parameter is not documented.

Parameters

boolgreedytrue to prioritise longer matches (“greedy” matching); false to prioritise shorter matches (“non-greedy” matching).