Gromacs
2016.6
|
#include "gmxpre.h"
#include "gmxregex.h"
#include "config.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/stringutil.h"
Implements regular expression wrappers.
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... | |