is_anchored_capture

Function is_anchored_capture 

Source
fn is_anchored_capture(v: &[Hir]) -> bool
Expand description

Returns true if the elements in a Concat pattern are:

  • [Look::Start, Capture(Alternation(Literals...)), Look::End]