Skip to content

cf_string_iequ

Category: string
GitHub: cute_string.h


Returns true if two strings are equal (case-insensitive). NULL-safe.

#define cf_string_iequ(a, b) siequ(a, b)
Parameters Description
a First string. Can be NULL.
b Second string. Can be NULL.

Return Value

Returns true if the strings are equal (ignoring case).

Remarks

Shortform: siequ(a, b).

cf_string_equ
cf_string_cmp
cf_string_icmp