Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Generex<T, IEnumerable<TResult>> Repeat()

  • Declared in: RT.Generexes.Generex<T, TResult>

Declaration

public Generex<T, IEnumerable<TResult>> Repeat()

Summary

Returns a regular expression that matches this regular expression zero or more times. Fewer times are prioritised (cf. *? in traditional regular expression syntax).