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

Function Matches

lib/catch2/catch.hpp:11799–11801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11797 }
11798
11799 StdString::RegexMatcher Matches(std::string const& regex, CaseSensitive::Choice caseSensitivity) {
11800 return StdString::RegexMatcher(regex, caseSensitivity);
11801 }
11802
11803} // namespace Matchers
11804} // namespace Catch

Callers 1

MatchesMethod · 0.85

Calls 1

RegexMatcherClass · 0.70

Tested by

no test coverage detected