Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

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

Declaration

public Generex<T, IEnumerable<TResult>> RepeatWithSeparator(
    Generex<T> separator
)

Summary

Returns a regular expression that matches this regular expression one or more times, interspersed with a separator. Fewer times are prioritised.