8 #ifndef _UTILS_STRINGS_H_
9 #define _UTILS_STRINGS_H_
13 std::string
findAndReplace(std::string s, std::string find, std::string replace);
17 bool stringEndsWith(std::string s, std::string suffix,
bool casesensitive =
false);
std::string convertPathDelimiter(std::string s)
bool stringEndsWith(std::string s, std::string suffix, bool casesensitive=false)
std::string expandHomeDirectory(std::string s)
std::string removeLastPathElement(std::string s)
std::string findAndReplace(std::string s, std::string find, std::string replace)
std::string getLastPathElement(std::string s)