native

strcmp

Syntax

native strcmp(const string1[], const string2[], ignorecase=0);

Description

Compares two strings with the C function strcmp(). Returns 0 on equal.