parser/take_while_m_n library

Classes

TakeWhileMN
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.