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