Type Definition rec::ConstantQuantifier

source ·
pub type ConstantQuantifier<'a> = &'a str;
Expand description

A Quantifier that is defined before runtime.

Examples

assert_eq!("?", rec::OPT);

Trait Implementations§

Converts self to its appropriate Regexp. Read more
Makes self lazy, i.e. match as few elements as possible. Read more