[#BloombergLP-bdlb-String-upperCaseCmp-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/String.adoc[String]::upperCaseCmp :relfileprefix: ../../../ :mrdocs: Compare two strings as if both were converted to upper case. == Synopsis Declared in `<bdlb_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int upperCaseCmp( xref:bsl/string.adoc[bsl::string] const& lhsString, char const* rhsString, int rhsLength); ---- == Return Value 1, 0, or ‐1 as `lhsString` is greater, equal, or less == Parameters [cols="1,4"] |=== | Name| Description | *lhsString* | left‐hand string | *rhsString* | right‐hand string | *rhsLength* | length of `rhsString` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#