Gromacs
2016.6
|
Declares simple wrapper for regular expression functionality.
Classes | |
class | gmx::Regex |
Represents a regular expression. More... | |
Functions | |
bool | gmx::regexMatch (const char *str, const Regex ®ex) |
Matches a string with a regular expression. More... | |
bool | gmx::regexMatch (const std::string &str, const Regex ®ex) |
Matches a string with a regular expression. More... | |