aboutsummaryrefslogtreecommitdiff
path: root/include/StringUtils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-12-07 18:10:12 +0100
committerdec05eba <dec05eba@protonmail.com>2019-12-07 18:10:12 +0100
commit3364e8c6291907ea88e45314c5add9624b81c110 (patch)
treef832ea211c8c4fc7f132ba68c8c0c32bfce3e3bb /include/StringUtils.hpp
parent623cfeb9de7ff4bcc710b5a4e41cc354bb2e3f0c (diff)
Add support for viewing videos/gifs on image boards (4chan)
Diffstat (limited to 'include/StringUtils.hpp')
-rw-r--r--include/StringUtils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/StringUtils.hpp b/include/StringUtils.hpp
index c6ae244..dd4b99b 100644
--- a/include/StringUtils.hpp
+++ b/include/StringUtils.hpp
@@ -10,4 +10,5 @@ namespace QuickMedia {
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);
+ bool string_ends_with(const std::string &str, const std::string &ends_with_str);
} \ No newline at end of file