Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
int
40
regexHelper::regexMatch(std::string_view subject, RegexMatches &matches) const
41
{
42
return regex.exec(subject, matches);
43
};
Callers
1
match
Method · 0.45
Calls
1
exec
Method · 0.45
Tested by
no test coverage detected