Compare for equality the specified lhsString and rhsString as if the strings were converted to lower case before the equality comparison.

Synopsis

Declared in <bdlb_string.h>

static
bool
areEqualCaseless(
    bsl::string const& lhsString,
    char const* rhsString);

Created with MrDocs