- Declared in: RT.Generexes.Generex<T, TResult>
Declaration
public Generex<T, IEnumerable<TResult>> RepeatWithSeparatorGreedy(
Generex<T> separator
)
Summary
Returns a regular expression that matches this regular expression one or more times, interspersed with a
separator. More times are prioritised.