I have a string that's made up of the following html:
<p> </p>
<h2>Content</h2>
<p>Content</p>
<h2>Content</h2>
<p>Content</p>
How can I remove the first element completely (even it's content) and leave me with the rest of the string?
It should be noted that the first element could be anything or contain anything.