Return whether two strings compare equal ignoring case.
Declared in <bdlb_string.h>
static
bool
areEqualCaseless(
char const* lhsString,
bsl::string const& rhsString);
true if the strings compare equal ignoring case
| Name | Description |
|---|---|
| lhsString | left-hand null-terminated string |
| rhsString | right-hand string |