test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
RegexMatch.h File Reference
#include <regex>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Functions

std::string edm::glob2reg (std::string const &pattern)
 
bool edm::is_glob (std::string const &pattern)
 
std::vector< std::vector
< std::string >
::const_iterator > 
edm::regexMatch (std::vector< std::string > const &strings, std::regex const &regexp)
 
std::vector< std::vector
< std::string >
::const_iterator > 
edm::regexMatch (std::vector< std::string > const &strings, std::string const &pattern)
 
bool edm::untaintString (char const *pattern, char const *regexp)