This is my html:
<div class="bla">
followers
<a href="">followers count </a>
</div>
What i want is that, if <div class="bla" />
inside text equals followers get next a tag inside text(followers count). I know this would be easy with htmlagilitypack but in this case can't use it. How to do it with regex?