BloombergLP::bdlb::String::areEqualCaseless

Return whether two strings compare equal ignoring case.

Synopsis

Declared in <bdlb_string.h>

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

Return Value

true if the strings compare equal ignoring case

Parameters

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