- Declared in: RT.Generexes.Generex<T, TResult>
Declaration
public Generex<T, IEnumerable<TResult>> RepeatGreedy(
int min
)
Summary
Returns a regular expression that matches this regular expression the specified number of times or more. More
times are prioritised (cf.
{min,}
in traditional regular expression syntax).
Exceptions
- System.ArgumentOutOfRangeException
min is negative.