Gromacs
2019
|
Declares simple wrapper for regular expression functionality.
This is needed while we still support gcc 4.8, which did not include std::regex_match in its C++11 support.
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... | |