Utilities API
-
namespace util
Functions
-
std::string lowercase(const std::string &s)
Convert a string to lowercase.
- Parameters:
s – Input string
- Returns:
Lowercase version of the input string
-
std::string lowercase(const std::string &s)
Functions
Convert a string to lowercase.
s – Input string
Lowercase version of the input string