3 #ifndef art_Framework_Core_detail_RegexMatch_h 4 #define art_Framework_Core_detail_RegexMatch_h 13 bool is_glob(std::string
const& pattern);
15 std::string
glob2reg(std::string pattern);
18 std::vector<std::string>
const& strings,
19 std::string
const& pattern);
std::vector< std::vector< std::string >::const_iterator > regexMatch(std::vector< std::string > const &strings, std::string const &pattern)
std::string glob2reg(std::string pattern)
bool is_glob(std::string const &pattern)