Using Regular Expressions, I am struggling to figure out how to match an image source pattern within HTML document, and replace it with a different path:
Replace source like this:
img alt="description" align=left src="/xxxx/ssss/sssss/sssss/Photos/myimage.jpg"
with like this:
img alt="description" align=left src="http://www.mysite.com/subsite/images/myimage.jpg"
keeping the same image name.