Hi,
I have a web page. From that i want to find all the IMG tags and get the SRC of those IMG tags.
What will be the regular expression to do this.
Some explanation:
I am scraping a web page. All the data is displayed correctly except the images. To solve this, wow i have an idea, to find the SRC and replace it : e.g
/images/header.jpg
and replace this with
www.stackoverflow/images/header.jpg