Or(element, selector, comparer) Or(elements, selector, comparer) ThenExpect<>(expectation, selector, exceptionGenerator) ThenExpect<>(expectation, selector, exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: Stringerex<IEnumerable<TResult>> RepeatWithSeparatorGreedy(Stringerex)Declarationpublic 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. |