i have query regarding regular expression

when i am grabbing url content i need to add the img src path as per the specified url

i want to append a text after img src by matching though regular expression ,
like
suppose <img src="top.gif">
i want make it like <img src="www.bastio ncoup.com/top.gif">