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

Class RegexMatcher

unittests/catch.hpp:2490–2498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2488 };
2489
2490 struct RegexMatcher : MatcherBase<std::string> {
2491 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );
2492 bool match( std::string const& matchee ) const override;
2493 std::string describe() const override;
2494
2495 private:
2496 std::string m_regex;
2497 CaseSensitive::Choice m_caseSensitivity;
2498 };
2499
2500 } // namespace StdString
2501

Callers 1

MatchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected