MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / RegexMatcher

Class RegexMatcher

Bcore/src/main/cpp/Dobby/tests/catch.hpp:2358–2366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2356};
2357
2358struct RegexMatcher : MatcherBase<std::string> {
2359 RegexMatcher(std::string regex, CaseSensitive::Choice caseSensitivity);
2360 bool match(std::string const &matchee) const override;
2361 std::string describe() const override;
2362
2363private:
2364 std::string m_regex;
2365 CaseSensitive::Choice m_caseSensitivity;
2366};
2367
2368} // namespace StdString
2369

Callers 1

MatchesFunction · 0.85

Calls

no outgoing calls

Tested by 1

MatchesFunction · 0.68