MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / Matches

Function Matches

unittests/catch.hpp:8121–8123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8119 }
8120
8121 StdString::RegexMatcher Matches(std::string const& regex, CaseSensitive::Choice caseSensitivity) {
8122 return StdString::RegexMatcher(regex, caseSensitivity);
8123 }
8124
8125} // namespace Matchers
8126} // namespace Catch

Callers

nothing calls this directly

Calls 1

RegexMatcherClass · 0.85

Tested by

no test coverage detected