How many times to match
How eagerly (greedy by default)
The least number of repetitions.
The most repetitions, or undefined when unbounded.
The interval.
How eagerly the pattern repeats.
Whether there is no maximum.
Staticfrom{min,max} (unbounded without max) with the reluctance.
Optionalmax: numberStaticexactlyStaticatStaticatStaticbetween{min,max}.
StaticzeroStaticoneStaticzeroWhether count repetitions are allowed.
The shorthand notation with the reluctance suffix: *, +?, {1,5}+.
How many times a pattern may or must match, with an interval and a reluctance.
Example