Namespaces | Functions
RegexMatch.cc File Reference
#include "art/Framework/Core/detail/RegexMatch.h"
#include "cetlib/replace_all.h"
#include <regex>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 art
 

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::string const &pattern)