[#Capitalize] = Capitalize :mrdocs: 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. == Synopsis Declared in `<util/strencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string Capitalize(std::string str); ---- == Return Value string with the first letter capitalized. == Parameters [cols="1,4"] |=== | Name| Description | *str* [in] | the string to capitalize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#