unifork.old/include/utils/stringutils.hpp
2019-10-31 03:23:05 +01:00

10 lines
No EOL
186 B
C++

#pragma once
#include "common.hpp"
bool matchPattern(std::string pattern, std::string tested);
namespace StringUtils
{
std::string format(const std::string& fmt_str, ...);
}