Compare two strings using case-insensitive ordering.
Declared in <bdlb_string.h>
static
int
lowerCaseCmp(
bsl::string const& lhsString,
char const* rhsString,
int rhsLength);
1, 0, or -1 as lhsString is greater, equal, or less
| Name | Description |
|---|---|
| lhsString | left-hand string |
| rhsString | right-hand string |
| rhsLength | length of rhsString |