29 #ifndef GUM_UTILS_STRING_H 30 #define GUM_UTILS_STRING_H 37 #include <agrum/agrum.h> 51 std::string getUniqueFileName();
57 std::string toLower(std::string str);
63 bool endsWith(std::string
const& value, std::string
const& ending);
71 std::vector< std::string > split(
const std::string& orig,
const std::string& delimiter);
80 std::string replace(
const std::string& s,
const std::string& val,
const std::string& new_val);
86 # include <agrum/tools/core/utils_string_inl.h>