Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Stringerex<IEnumerable<TResult>> RepeatWithSeparatorGreedy(Stringerex)

Declaration

public Stringerex<IEnumerable<TResult>> RepeatWithSeparatorGreedy(
    Stringerex separator
)

Summary

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