strcasecmp

Compare two strings ignoring case

version(Posix)
extern (C) nothrow @nogc
int
strcasecmp
(
scope const char* s1
,
scope const char* s2
)

Meta