Function cras::toUpper
Defined in File string_utils.hpp
Function Documentation
-
::std::string cras::toUpper(const ::std::string &str)
Convert all characters in the given string to upper case.
- Parameters:
str – [in] The input string.
- Returns:
A copy of the input string with all characters upper case. The string does not necessarily be of the same length as the input string (but it will be 99% of the cases).