Home | History | Annotate | Download | only in re2

Lines Matching refs:Anchor

141 // anchor your match at the beginning of the string.  For example, you
348 // Like Consume(..), but does not anchor the match at the beginning of the
429 enum Anchor {
431 ANCHOR_START, // Anchor at start only
432 ANCHOR_BOTH, // Anchor at start and end
475 Anchor anchor,
697 Anchor anchor,