interface Strcasecmp {
    $strcasecmp: [StringExpression<string>, StringExpression<string>];
}

Properties

Properties

$strcasecmp: [StringExpression<string>, StringExpression<string>]

Performs case-insensitive string comparison and returns: 0 if two strings are equivalent, 1 if the first string is greater than the second, and -1 if the first string is less than the second.