Skip to content

STRCMP

STRCMP(str1, str2)

Compares the two strings lexicographically. If str1 > str2, return 1. If str1 < str2, returns -1. If str1 == str2, returns 0.