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)*
.
pub fn sections<P>(
parser: P,
) -> RepeatParser<RegionParser<Section, P>, EmptyParser>
sections(pattern)
matches any number of sections
matching pattern. Equivalent to
section(pattern)*
.