cf_string_iequ¶
Category: string
GitHub: cute_string.h
Returns true if two strings are equal (case-insensitive). NULL-safe.
| 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).