1 #ifndef FWCore_Utilities_RegexMatch_h
2 #define FWCore_Utilities_RegexMatch_h
16 std::vector<std::vector<std::string>::const_iterator>
regexMatch(std::vector<std::string>
const& strings,
17 std::regex
const& regexp);
19 std::vector<std::vector<std::string>::const_iterator>
regexMatch(std::vector<std::string>
const& strings,
23 #endif // FWCore_Utilities_RegexMatch_h
bool is_glob(std::string const &pattern)
std::string glob2reg(std::string const &pattern)
bool untaintString(char const *pattern, char const *regexp)
std::vector< std::vector< std::string >::const_iterator > regexMatch(std::vector< std::string > const &strings, std::regex const ®exp)