#include <regex_matcher.h>
◆ RegexMatcher()
mysql_harness::RegexMatcher::RegexMatcher |
( |
const std::string & |
pattern | ) |
|
◆ find()
bool mysql_harness::RegexMatcher::find |
( |
const std::string & |
input | ) |
const |
|
overridevirtual |
◆ is_valid()
stdx::expected< void, std::string > mysql_harness::RegexMatcher::is_valid |
( |
void |
| ) |
const |
|
overridevirtual |
◆ matches()
bool mysql_harness::RegexMatcher::matches |
( |
const std::string & |
input | ) |
const |
|
overridevirtual |
◆ replace_all()
std::string mysql_harness::RegexMatcher::replace_all |
( |
std::string |
input, |
|
|
const std::string & |
replacement |
|
) |
| const |
|
overridevirtual |
◆ impl_
std::shared_ptr<Impl> mysql_harness::RegexMatcher::impl_ |
|
private |
The documentation for this class was generated from the following files: