We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170fa7f commit cd1c4b6Copy full SHA for cd1c4b6
1 file changed
src/httpserver/string_utilities.hpp
@@ -44,9 +44,6 @@ const std::string to_lower_copy(const std::string& str);
44
const std::vector<std::string> string_split(const std::string& s,
45
char sep = ' ', bool collapse = true
46
);
47
-const std::string regex_replace(const std::string& str, const std::string& pattern,
48
- const std::string& replace_str
49
-);
50
void to_upper(std::string& str);
51
};
52
0 commit comments