Image Tag RegEx
The RegEx (regular expression) "/<a[^>]+\><img[^>]+\><\/a>/" can be used to match an image tag inside of an anchor tag, e.g. the typical first image of a post with an embedded image. We need to find them in old posts, to remove [...]