From 6c7adadf6d5c85d5e280e965d4dee1563bf46821 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Dec 2019 18:05:16 +0100 Subject: Add 4chan posting --- include/StringUtils.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/StringUtils.hpp') diff --git a/include/StringUtils.hpp b/include/StringUtils.hpp index 72210c9..c6ae244 100644 --- a/include/StringUtils.hpp +++ b/include/StringUtils.hpp @@ -8,4 +8,6 @@ namespace QuickMedia { using StringSplitCallback = std::function; void string_split(const std::string &str, char delimiter, StringSplitCallback callback_func); + void string_replace_all(std::string &str, const std::string &old_str, const std::string &new_str); + std::string strip(const std::string &str); } \ No newline at end of file -- cgit v1.2.3