Beatmup
|
Handy utilities for strings. More...
Functions | |
std::string | lowercase (const std::string &str) |
Converts a string to lower case (latin letters only). More... | |
Handy utilities for strings.
std::string Beatmup::StringUtils::lowercase | ( | const std::string & | str | ) |
Converts a string to lower case (latin letters only).
Definition at line 24 of file string_utils.cpp.