Quantifier What is a quantifier? Quantifiers specify how many times a pattern must be repeated to achieve a match. Examples include: one time one or more time(s) zero or more times n times range(n..m) times Installation cargo add quantifier Usage todo!()