Hi all
I have an image tag embedded inside and anchor tag this way:
<a href="#" title="some value'><img alt="this image" border=0' height='10 ' src='thisimage.jpg' width='40' /></a>
This is to be included on a few sites of mine. Now what I need to do is match this with a regex from these sites pagesource to check if the site has included this code in its page or not? Can someone guide me how to write a regex for the above code?
Thanks







Bookmarks