Replaces all occurrences of the substring x of the string s with the string y. For example, strrep ("This is a test string", "is", "&%$") "Th&%$ &%$ a test string"
Replaces all occurrences of the substring x of the string s with the string y. For example,
strrep ("This is a test string", "is", "&%$") "Th&%$ &%$ a test string"