# | Line 6 | Line 6 | |
---|---|---|
6 | ||
7 | #include "Matcher.hpp" | |
8 | ||
9 | < | bool Matcher::match(const std::string& stuff) |
9 | > | bool Matcher::match(const ext::String& stuff) |
10 | { | |
11 | substrings.clear(); | |
12 | ||
# | Line 44 | Line 44 | bool Matcher::match(const std::string& s | |
44 | return false; | |
45 | } | |
46 | ||
47 | < | Matcher& Matcher::operator()(const std::string& expression) |
47 | > | Matcher& Matcher::operator()(const ext::String& expression) |
48 | { | |
49 | substrings.clear(); | |
50 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |