aboutsummaryrefslogtreecommitdiff
path: root/include/StringUtils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-12-01 18:05:16 +0100
committerdec05eba <dec05eba@protonmail.com>2019-12-01 18:05:16 +0100
commit6c7adadf6d5c85d5e280e965d4dee1563bf46821 (patch)
treefecdef2d933e0e83e23e0d87bf42139820490bbc /include/StringUtils.hpp
parent129d842030fa993e800009ec0ab170f109e8e899 (diff)
Add 4chan posting
Diffstat (limited to 'include/StringUtils.hpp')
-rw-r--r--include/StringUtils.hpp2
1 files changed, 2 insertions, 0 deletions
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<bool(const char *str, size_t size)>;
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