(translator=roro, ChineseSource=roro-20020509-3\strrep.html, EnglishSource=c:\matlabr12\help\techdoc\ref\strrep.html)
MATLAB Function Reference    
strrep

對字串做尋找、取代的動作

Syntax

Description

str = strrep(str1,str2,str3) 在字串 str1 中找尋所有的 str2 字串,並且將之以 str3 字串取代。.

strrep(str1,str2,str3) str1, str2, 或 str3 其中之一為異質字串陣列,則傳回的陣列其大小也和 str1, str2str3 相同。 strrep 對每個對應的元素執行尋找、取代。輸入陣列的大小必須相同(其中之一也可為單一值或是僅一個元素的陣列)。

Examples

See Also

findstr


 strread strtok