[#BloombergLP-bdlb-String-toUpper-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/String.adoc[String]::toUpper :relfileprefix: ../../../ :mrdocs: `toUpper` overloads == Synopses Declared in `<bdlb_string.h>` Replace all lower case characters in the specified `string` having the optionally specified `length` with their upper‐case equivalent. The behavior is undefined unless `0 <= length` (if specified) and `string‐>size() <= INT_MAX` (if applicable). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toUpper-0b.adoc[toUpper](char* string); ---- [.small]#xref:BloombergLP/bdlb/String/toUpper-0b.adoc[_» more..._]# Replace lower case characters in the specified `string` with upper‐case equivalents. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toUpper-02f.adoc[toUpper](xref:bsl/string.adoc[bsl::string]* string); ---- [.small]#xref:BloombergLP/bdlb/String/toUpper-02f.adoc[_» more..._]# Replace lower case characters in the specified `string` with upper‐case equivalents. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toUpper-0d.adoc[toUpper](std::pmr::string* string); ---- [.small]#xref:BloombergLP/bdlb/String/toUpper-0d.adoc[_» more..._]# Replace lower case characters in the specified `string` with upper‐case equivalents. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toUpper-04.adoc[toUpper](std::string* string); ---- [.small]#xref:BloombergLP/bdlb/String/toUpper-04.adoc[_» more..._]# Replace lower case characters in `string` with upper‐case equivalents. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toUpper-023.adoc[toUpper]( char* string, int length); ---- [.small]#xref:BloombergLP/bdlb/String/toUpper-023.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#