follow line
This
<b>
Strong
</b>
<u>
Underline
</u>
Line.
must be match (see arrows)
This --------------------> must match
<b>
Strong
</b>
<u>
Underline
</u>
Line. -------------------> must match
but with this regexpression don't work
(>\n*(*.?)\n*)|(<\n*(*.?)\n*)
what's is wrong?