BloombergLP::bdlb::String::lowerCaseCmp

Compare two strings using case-insensitive ordering.

Synopsis

Declared in <bdlb_string.h>

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

Return Value

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

Parameters

NameDescription
lhsStringleft-hand string
lhsLengthlength of lhsString
rhsStringright-hand null-terminated string