parser/skip_while_m_n library

Classes

SkipWhileMN
Applies a predicate f to each parsed character and consumes input if the predicate returns true, at least m and no more than n characters.