Function sections

Source
pub fn sections<P>(
    parser: P,
) -> RepeatParser<RegionParser<Section, P>, EmptyParser>
Expand description

sections(pattern) matches any number of sections matching pattern. Equivalent to section(pattern)*.