string replace/substitute

Content-Disposition: inlinehi all,how can i substitue a substring with another. eg. if i have a: q) a:“ab""de""""fg"then i want a function f: q) f[a;”""“;”""] "ab"de""fg"ta, jack