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.
Declared in <bdlb_string.h>
static
int
upperCaseCmp(
char const* lhsString,
int lhsLength,
char const* rhsString);