HI,
I am an idiot, this I know.
I would like to read a text file and change all things like this:
src="anything/and_any_number_of_directories/xyz.jpg"
to:
src="http://www.mywebsite.com/graphics/xyz.jpg"
of course the image could be named anything, not just xyz.jpg
Would anyone know how to write a regular expression that could do this?