I have a file where there are sometimes a <b> tag (bold) and before it is closed with a </b> there is another <b>, e.g.:
<RF><b>1:4 <b>Hom wat is ... kom:</b>
The second <b> should not be there.
Is it possible to write a regex pattern to find such occurrences?
<RF><b>1:4 <b>Hom wat is ... kom:</b>
The second <b> should not be there.
Is it possible to write a regex pattern to find such occurrences?