How to change:
<p class="myClass">Lorem Ipsum (and maybe other nested tags)</p>
into:
<code class="myClass">Lorem Ipsum (and maybe other nested tags)</code>
?
This is an offline job. It's just an update but there are thousands of ps that I need to change into codes.
<p class="myClass">and replace it with<code class="myClass">; but what about the ending</p>(obviously there are ending paragraphs that do't correspond to<p class="myClass">.