I have I huge backup of posts of my blog. All posts has images like:
"http://www.mysite.com/nonono-nonono.jpg"
or
"http://www.mysite.com/nonono-nonono.gif"
or even
"http://www.mysite.com/nonono.jpg"
But I have other links for urls on the same domain like ""http://www.mysite.com/category/post.html" and I just want to replace urls for the images (luckly all images are on the root of the website).
I need to learn RegExp to do that? Is there any powerful tool to find and replace texts like this? Thanks