1 #ifndef LYDIASYFT_STRING_UTILITIES_H
2 #define LYDIASYFT_STRING_UTILITIES_H
10 std::vector<std::string> split(
const std::string& str,
const std::string& delimiter =
" ");
11 std::string trim(
const std::string& str);
12 std::string to_lower_copy(
const std::string& str);
13 std::string to_upper_copy(
const std::string& str);