Lines Matching full:anchored
511 CHECK(!RE2::FullMatch("othello", "h.*o")); // Must be anchored at front512 CHECK(!RE2::FullMatch("hello!", "h.*o")); // Must be anchored at end832 // Check that matching is fully anchored