Home | History | Annotate | Download | only in re2

Lines Matching full:partialmatch

88 // You can use the "PartialMatch" operation when you want the pattern
92 // CHECK(RE2::PartialMatch("hello", "ell"));
96 // CHECK(RE2::PartialMatch("x*100 + 20", "(\\d+)", &number));
259 // conversions when passing string literals to FullMatch and PartialMatch.
338 bool, const StringPiece&, const RE2&, Arg, RE2::PartialMatchN> PartialMatch;
340 // Like FullMatch() and PartialMatch(), except that pattern has to