I have input such as:
<h2 class="role">He played and an important role</h2>
And need to replace the role, but not in the class.
Tricky is, that it may be class="group role something"
or so, so I essentially only want to search the real text and not the html, but I need to give back everything.
I'm in PHP and do not have a real good starting point ...