MCPcopy Create free account
hub / github.com/apache/trafficserver / regexMatch

Method regexMatch

plugins/header_rewrite/regex_helper.cc:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int
40regexHelper::regexMatch(std::string_view subject, RegexMatches &matches) const
41{
42 return regex.exec(subject, matches);
43};

Callers 1

matchMethod · 0.45

Calls 1

execMethod · 0.45

Tested by

no test coverage detected