Compare two strings as if both were converted to upper case.

Synopsis

Declared in <bdlb_string.h>

static
int
upperCaseCmp(
    char const* lhsString,
    int lhsLength,
    char const* rhsString,
    int rhsLength);

Return Value

1, 0, or ‐1 as lhsString is greater, equal, or less

Parameters

Name

Description

lhsString

left‐hand string

lhsLength

length of lhsString

rhsString

right‐hand string

rhsLength

length of rhsString

Created with MrDocs