Gromacs  2016.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
gmxregex.h File Reference
#include <string>
#include "gromacs/utility/classhelpers.h"
+ Include dependency graph for gmxregex.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares simple wrapper for regular expression functionality.

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

Classes

class  gmx::Regex
 Represents a regular expression. More...
 

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...