I am using Archivarix to restore a website and since it did not download any of the images, all images are now broken, so on using Archivarix there is this tool "search & replace" which uses regular expression
<a href="link" rel="bookmark">
<img width="840" height="450" src="path-to-image" class="entry-thumbnail wp-post-image" alt="">
</a>
I have no idea about regular expression, but I thought about if the regular expression targets the image tag that has class "wp-post-image"
then maybe it could delete them all.
Searching the web, the only thing I found <img .*?>
which searches the whole image tag.
The Archivarix regex dialect looks like it supports PCRE (silly help image available from post history).