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>> Repeat(int)Declarationpublic Stringerex<IEnumerable<TResult>> Repeat(
int min
)Summary
Returns a regular expression that matches this regular expression the specified number of times or more. Fewer
times are prioritised (cf. {min,}? in traditional regular expression syntax). Exceptions- System.ArgumentOutOfRangeException
min is negative.
|