fn is_anchored_capture(v: &[Hir]) -> bool
Returns true if the elements in a Concat pattern are:
Concat
[Look::Start, Capture(Alternation(Literals...)), Look::End]