LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
RegexMatch.h File Reference
#include <regex>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 art
 HLT enums.
 

Functions

bool art::is_glob (std::string const &pattern)
 
std::string art::glob2reg (std::string pattern)
 
std::vector< std::vector< std::string >::const_iteratorart::regexMatch (std::vector< std::string > const &strings, std::regex const &regexp)
 
std::vector< std::vector< std::string >::const_iteratorart::regexMatch (std::vector< std::string > const &strings, std::string const &pattern)