icompare

Compare two char[] ignoring case. Returns 0 if equal

int
icompare
(
const(char[]) s1
,
const(char[]) s2
)

Meta