Performs a case-sensitive comparison of two strings.
-1, if string1 is less than string2
0, if string1 is equal to string2
1, if string1 is greater than string2
Lucee Function Reference
compare()
Beispiel
compare(string string1,string string2):number
Kategorie
string
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
string1 | string | Yes | A string or a variable that contains one |
string2 | string | Yes | A string or a variable that contains one |