Is there a way to find a proper span when the code looks like
Quote:
<p><span class="italics"><span class="smallcaps">This is italics smallcaps</span></span> <span class="bold>This is bold</span></p>
|
Can all three of the span pairs be found correctly using regex?