![]() |
Kurlyk
|
Provides basic string manipulation utilities. More...
#include <string>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | kurlyk |
| Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions. | |
| namespace | kurlyk::utils |
Macros | |
| #define | _KURLYK_UTILS_STRING_UTILS_HPP_INCLUDED |
Functions | |
| std::string | kurlyk::utils::to_upper_case (std::string str) |
| Converts a string to uppercase. | |
| std::string | kurlyk::utils::to_lower_case (std::string str) |
| Converts a string to lowercase. | |
Provides basic string manipulation utilities.
Definition in file string_utils.hpp.
| #define _KURLYK_UTILS_STRING_UTILS_HPP_INCLUDED |
Definition at line 3 of file string_utils.hpp.