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

Class EndsWithMatcher

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

Source from the content-addressed store, hash-verified

2351 bool match(std::string const &source) const override;
2352};
2353struct EndsWithMatcher : StringMatcherBase {
2354 EndsWithMatcher(CasedString const &comparator);
2355 bool match(std::string const &source) const override;
2356};
2357
2358struct RegexMatcher : MatcherBase<std::string> {
2359 RegexMatcher(std::string regex, CaseSensitive::Choice caseSensitivity);

Callers 1

EndsWithFunction · 0.85

Calls

no outgoing calls

Tested by 1

EndsWithFunction · 0.68