strcmpi (Matlab function)
Compare strings ignoring case
Matlab/Scilab equivalent
Matlab | Scilab |
strcmpi(str1, str2) |
strcmp(str1, str2, 'i') |
Note that strcmpi can be use without string inputs.
In this case, Matlab returns 0. |
Report an issue | ||
<< strcmp (Matlab function) | S | strfind (Matlab function) >> |