Expert
I swear I surf a lot of regular expression stuff to study but I find regular expression topic is too difficult to me understand. Any good suggestion for me?
Anyone can explain to me why this <p[^>]*>
can simply remove the start <p>
or <p attr="">
?
And what could I do, if I want make it from
<div style="float: left; width: 350px; border: 1px solid #000000;" class="star1">abcdk</div>
to this
<div class="star1">abcdk</div>
Thanks in advance.