Volume Cartographer 2.27.0
FormatStrToRegexStr.hpp
Go to the documentation of this file.
1#pragma once
2
5#include <string>
6
7namespace volcart
8{
16std::string FormatStrToRegexStr(const std::string& s);
17} // namespace volcart
std::string FormatStrToRegexStr(const std::string &s)
Converts a printf-style format string to a std::regex string.
Volume Cartographer library