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