Capitalizes the first character of the given string. This function is locale independent. It only converts lowercase characters in the standard 7-bit ASCII range. This is a feature, not a limitation.
Declared in <util/strencodings.h>
std::string
Capitalize(std::string str);
string with the first letter capitalized.
| Name | Description |
|---|---|
| str [in] | the string to capitalize. |