LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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_iterator > | art::regexMatch (std::vector< std::string > const &strings, std::string const &pattern) |