strcmpi

Type: External

Group: char

Syntax

STRCMPI(string1, string2)

Description

Compares string1 to string2, ignoring case.

Examples

STRCMPI("ABcd", "abce") 0 STRCMPI("ABc", "abc") 1

See Also

strcmp, strncmpi, strncmp