Return whether two strings compare equal ignoring case.

Synopsis

Declared in <bdlb_string.h>

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

Description

Return true if the specified lhsString and rhsString compare equal ignoring case, and false otherwise.

Return Value

true if the strings compare equal ignoring case

Parameters

Name

Description

lhsString

the left‐hand string

rhsString

the right‐hand string

Created with MrDocs