You can use strfind which will identify the locations where one string exists within another. index = strfind(myString, '.').
確定! 回上一頁