Quick string replace

hi

i wanted to replace " with ’ in a string how can i achieve this?

eg



<img src="abc.jpg"/>


i want it to say


<img src='abc.jpg'/>