Scilab Function

strindex - search position of a character string in an other string.

Calling Sequence

ind=strindex(str1,str2)

Parameters

Description

strindex searches indexes where str2(i) is found in str1

for each k it exist a i shuch that part(str1,ind(k)+(0:length(str2(i))-1)) is the same string than str2(i)

When str2 is a vector and str2

Examples

See Also