| strcasecmp |
(String str1, String str2) |
yoix.string |
| |
Does a case-insensitive comparison of characters in the
null-terminated strings
str1
and
str2
and returns an integer less than, equal to, or greater than
0,
to indicate
str1
is lexicographically less than, equal to, or greater than
str2.
| |
| Return: |
int
| | |
| See Also: |
strcat,
strchr,
strcmp,
strcpy,
strcspn,
strdel,
strdup,
strfmt,
strins,
strjoin,
strlen,
strncasecmp,
strncat,
strncmp,
strncpy,
strpbrk,
strrchr,
strrstr,
strsplit,
strspn,
strstr,
strtok
|
|
Yoix is a registered trademark of AT&T Inc.
|