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,
int rhsLength);
Return Value
true if the strings compare equal ignoring case
Parameters
Name |
Description |
lhsString |
left‐hand string |
lhsLength |
length of |
rhsString |
right‐hand string |
rhsLength |
length of |
Created with MrDocs