[#BloombergLP-bdlb-String-lowerCaseCmp-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/String.adoc[String]::lowerCaseCmp :relfileprefix: ../../../ :mrdocs: Compare the specified `lhsString` and `rhsString` having the optionally specified `lhsLength` and `rhsLength`, respectively. == Synopsis Declared in `<bdlb_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int lowerCaseCmp( char const* lhsString, int lhsLength, char const* rhsString); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#