# | Line 70 | Line 70 | Matcher& Matcher::operator()(const strin | |
---|---|---|
70 | const char* error; | |
71 | int offset; | |
72 | ||
73 | < | this->expression = pcre_compile(expression.c_str(), PCRE_MULTILINE, &error, |
73 | > | this->expression = pcre_compile(expression.c_str(), PCRE_UNGREEDY, &error, |
74 | &offset, NULL); | |
75 | ||
76 | return *this; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |