many package:appar

Zero or more.
manyTill p end applies parser p zero or more times until parser end succeeds. Returns the list of values returned by p.
skipMany p applies the parser p zero or more times, skipping its result.