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

Class RegexMatcher

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

Source from the content-addressed store, hash-verified

3523 };
3524
3525 struct RegexMatcher : MatcherBase<std::string> {
3526 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );
3527 bool match( std::string const& matchee ) const override;
3528 std::string describe() const override;
3529
3530 private:
3531 std::string m_regex;
3532 CaseSensitive::Choice m_caseSensitivity;
3533 };
3534
3535 } // namespace StdString
3536

Callers 1

MatchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected