Gromacs  2016.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
gmxregex.cpp File Reference
#include "gmxpre.h"
#include "gmxregex.h"
#include "config.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/stringutil.h"
+ Include dependency graph for gmxregex.cpp:

Description

Implements regular expression wrappers.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Functions

bool gmx::regexMatch (const char *str, const Regex &regex)
 Matches a string with a regular expression. More...
 
bool gmx::regexMatch (const std::string &str, const Regex &regex)
 Matches a string with a regular expression. More...