If the numbers in the calibre class names won't ever change, then:
Code:
<p class="calibre2"><img src="index-\d+_\d.png" class="calibre1"/></p>
in regex search-mode to find.
Sorta need to know what you want to replace it with to know what to capture to build the replace expression.