pub fn between<P>(lo: usize, hi: usize, pattern: P) -> Repetition<P>where
P: Pattern,Expand description
Returns a new pattern that matches between lo and hi repetitions of pattern.
Both bounds are inclusive.
pub fn between<P>(lo: usize, hi: usize, pattern: P) -> Repetition<P>where
P: Pattern,Returns a new pattern that matches between lo and hi repetitions of pattern.
Both bounds are inclusive.