Previous Up Next

strcmpi
Compares two character strings (by using the standard C function).

I strcmpi (
S _a_
S _b_
)
Parameters

_a_
any string
_b_
any string
Return value

comparison result (case unsensitive). 0 if equal, 1 if _a_ greater than _b_, -1 else