MCPcopy Create free account
hub / github.com/Profactor/cv-plot / RegexMatcher

Method RegexMatcher

CvPlot/ext/catch2/inc/catch.hpp:11614–11614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11612 }
11613
11614 RegexMatcher::RegexMatcher(std::string regex, CaseSensitive::Choice caseSensitivity): m_regex(std::move(regex)), m_caseSensitivity(caseSensitivity) {}
11615
11616 bool RegexMatcher::match(std::string const& matchee) const {
11617 auto flags = std::regex::ECMAScript; // ECMAScript is the default syntax option anyway

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected