strfind (Matlab function)
Find one string within another
Matlab/Scilab equivalent
Matlab | Scilab |
strfind |
Note that strfind can be use with not string inputs.
In this case Matlab returns 1 if inputs are equal,
and 0 otherwise, while strindex
can not do such a comparison. |
Report an issue | ||
<< strcmpi (Matlab function) | S | strrep (Matlab function) >> |