LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Name.cc
Go to the documentation of this file.
1
#include "
fhiclcpp/types/Name.h
"
2
3
#include <regex>
4
5
namespace
{
6
std::regex
const
re{
"\\[|\\]"
};
7
}
8
9
namespace
fhicl
{
10
std::string
11
get_regex_replace_str
(std::string
const
& str)
12
{
13
return
std::regex_replace(str, re,
"\\$&"
);
14
}
15
}
fhicl
parameter set interface
Definition:
BeamFlashTrackMatchTaggerAlg.h:17
fhicl::get_regex_replace_str
std::string get_regex_replace_str(std::string const &str)
Definition:
Name.cc:11
Name.h
fhiclcpp
types
Name.cc
Generated on Thu May 2 2024 20:59:31 for LArSoft by
1.8.11