compare character strings (case independent). This function is obsolete.
res = strcmpi(string_one, string_two)
a character string or matrix of character strings.
a character string or matrix of character strings.
a matrix of integers.
res = strcmpi(string_one, string_two) returns an
integral value indicating the relationship between the strings. The two strings are compared in using the lexicographical order.
The value is 0 if string_one
is equal to string_two (case independently),
1 if string_one is greater than string_two and -1 else.
![]() | This function is obsolete. Please use strcmp(s1,s1,"i") instead. |
| Version | Description |
| 6.0 | Function tagged as obsolete. Will be removed from Scilab 6.1 |