MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / RegexMatcher

Method RegexMatcher

tests/catch.hpp:9296–9296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9294 }
9295
9296 RegexMatcher::RegexMatcher(std::string regex, CaseSensitive::Choice caseSensitivity): m_regex(std::move(regex)), m_caseSensitivity(caseSensitivity) {}
9297
9298 bool RegexMatcher::match(std::string const& matchee) const {
9299 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