Constant MAX_REPEAT

Source
pub const MAX_REPEAT: u32 = 255;
Expand description

The maxium repititions in + and * rules. This can be overriden with explicit range rules, e.g. "3"{0,2345678} repeats up to 2345678 "3"s.