MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / FullMatch

Function FullMatch

src/gtest/gtest.h:1899–1901  ·  view source on GitHub ↗

FullMatch(str, re) returns true iff regular expression re matches the entire str. PartialMatch(str, re) returns true iff regular expression re matches a substring of str (including str itself). TODO(wan@google.com): make FullMatch() and PartialMatch() work when str contains NUL characters.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected