Skip to main content

PbMatchRecognizeQuantifiedPattern

Type Alias PbMatchRecognizeQuantifiedPattern 

Source
pub type PbMatchRecognizeQuantifiedPattern = MatchRecognizeQuantifiedPattern;

Aliased Type§

pub struct PbMatchRecognizeQuantifiedPattern {
    pub inner: Option<Box<MatchRecognizePatternNode>>,
    pub quantifier: Option<MatchRecognizeQuantifier>,
    pub reluctant: bool,
}

Fields§

§inner: Option<Box<MatchRecognizePatternNode>>§quantifier: Option<MatchRecognizeQuantifier>§reluctant: bool

A trailing ? (e.g. A*?) — prefer the fewest repetitions.