1BSON_STRCASECMP(3) libbson BSON_STRCASECMP(3)
2
3
4
6 bson_strcasecmp - bson_strcasecmp()
7
9 int
10 bson_strcasecmp (const char *s1, const char *s2);
11
13 · s1: A string.
14
15 · s2: A string.
16
18 A portable version of strcasecmp().
19
21 Returns a negative integer if s1 sorts lexicographically before s2, a
22 positive integer if it sorts after, or 0 if they are equivalent, after
23 translating both strings to lower case.
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.16.2 Feb 25, 2020 BSON_STRCASECMP(3)