|
libzypp
14.29.1
|
Regular expression match result. More...
#include <Regex.h>
Public Member Functions | |
| smatch () | |
| std::string | operator[] (unsigned i) const |
| unsigned | size () const |
Public Attributes | |
| std::string | match_str |
| regmatch_t | pmatch [12] |
Regular expression match result.
Index n=0 returns the string object representing the character sequence that matched the whole regular expression. If n is out of range, or if n is an unmatched sub-expression, then an empty string is returned.