sicmp

Simplified ASCII strings case insensitve comparison.

@safe nothrow @nogc
int
sicmp
(
const(char)[] a
,
const(char)[] b
)

Return Value

Type: int

- < 0 - when first string is lesser that the second - = 0 - when both string are equal - > 0 - when first string is greater than the second

Meta