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

Method FullMatch

extern/re2/re2/re2.h:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 // RE2::FullMatch("abc", "[a-z]+(\\d+)?", &number);
386 template <typename... A>
387 static bool FullMatch(const StringPiece& text, const RE2& re, A&&... a) {
388 return Apply(FullMatchN, text, re, Arg(std::forward<A>(a))...);
389 }
390
391 // Like FullMatch(), except that "re" is allowed to match a substring
392 // of "text".

Callers

nothing calls this directly

Calls 1

ArgClass · 0.70

Tested by

no test coverage detected