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

Class EndsWithMatcher

unittests/catch.hpp:2485–2488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2483 bool match( std::string const& source ) const override;
2484 };
2485 struct EndsWithMatcher : StringMatcherBase {
2486 EndsWithMatcher( CasedString const& comparator );
2487 bool match( std::string const& source ) const override;
2488 };
2489
2490 struct RegexMatcher : MatcherBase<std::string> {
2491 RegexMatcher( std::string regex, CaseSensitive::Choice caseSensitivity );

Callers 1

EndsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected