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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected