[#BloombergLP-bdlb-String-toLower-089] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/String.adoc[String]::toLower :relfileprefix: ../../../ :mrdocs: `toLower` overloads == Synopses Declared in `<bdlb_string.h>` Replace all upper case characters in the specified `string` having the optionally specified `length` with their lower‐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/toLower-0f.adoc[toLower](char* string); ---- [.small]#xref:BloombergLP/bdlb/String/toLower-0f.adoc[_» more..._]# Replace all upper case characters in the specified `string` with their lower‐case equivalent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toLower-0d.adoc[toLower](xref:bsl/string.adoc[bsl::string]* string); ---- [.small]#xref:BloombergLP/bdlb/String/toLower-0d.adoc[_» more..._]# Replace all upper case characters in the specified `string` with their lower‐case equivalent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toLower-03.adoc[toLower](std::pmr::string* string); ---- [.small]#xref:BloombergLP/bdlb/String/toLower-03.adoc[_» more..._]# Replace all upper case characters in the specified `string` with their lower‐case equivalent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toLower-05.adoc[toLower](std::string* string); ---- [.small]#xref:BloombergLP/bdlb/String/toLower-05.adoc[_» more..._]# Replace all upper case characters in the specified `string` having the specified `length` with their lower‐case equivalent. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/String/toLower-088.adoc[toLower]( char* string, int length); ---- [.small]#xref:BloombergLP/bdlb/String/toLower-088.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#