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