Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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