Public Member Functions | |
RegexMatcher (std::string regex, CaseSensitive::Choice caseSensitivity) | |
bool | match (std::string const &matchee) const override |
std::string | describe () const override |
Private Attributes | |
std::string | m_regex |
CaseSensitive::Choice | m_caseSensitivity |