diff options
Diffstat (limited to 'include/StringUtils.hpp')
-rw-r--r-- | include/StringUtils.hpp | 1 |
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 |