Compare two strings using case‐insensitive ordering.
Synopsis
Declared in <bdlb_string.h>
static
int
lowerCaseCmp(
char const* lhsString,
char const* rhsString,
int rhsLength);
Return Value
1, 0, or ‐1 as lhsString is greater, equal, or less
Parameters
Name |
Description |
lhsString |
left‐hand null‐terminated string |
rhsString |
right‐hand string |
rhsLength |
length of |
Created with MrDocs