Skip to content

Commit cd1c4b6

Browse files
authored
Removed regex_replace method that is never used
1 parent 170fa7f commit cd1c4b6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/httpserver/string_utilities.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ const std::string to_lower_copy(const std::string& str);
4444
const std::vector<std::string> string_split(const std::string& s,
4545
char sep = ' ', bool collapse = true
4646
);
47-
const std::string regex_replace(const std::string& str, const std::string& pattern,
48-
const std::string& replace_str
49-
);
5047
void to_upper(std::string& str);
5148
};
5249
};

0 commit comments

Comments
 (0)