MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / PartialMatch

Method PartialMatch

extern/re2/re2/re2.h:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 // ignored.
402 template <typename... A>
403 static bool PartialMatch(const StringPiece& text, const RE2& re, A&&... a) {
404 return Apply(PartialMatchN, text, re, Arg(std::forward<A>(a))...);
405 }
406
407 // Like FullMatch() and PartialMatch(), except that "re" has to match
408 // a prefix of the text, and "input" is advanced past the matched

Callers 1

TESTFunction · 0.80

Calls 1

ArgClass · 0.70

Tested by 1

TESTFunction · 0.64