S
..:: sjf ::..
Hello,
I would like to please to help me with build a regular expression.
There are following piece of html code in my files:
<FONT COLOR="#FF0000">A - TYPE1: any_text<BR>
B - TYPE2: any_text_2<BR>
C - TYPE2: any_text_3<BR>
w - any_text_15<BR>
</FONT>
html code
</BODY></HTML>
I need to have only following data:
(B, any_text_2)
(C, any_text_3)
that is, these data TYPE2 in which.
Thanks in advance
I would like to please to help me with build a regular expression.
There are following piece of html code in my files:
<FONT COLOR="#FF0000">A - TYPE1: any_text<BR>
B - TYPE2: any_text_2<BR>
C - TYPE2: any_text_3<BR>
w - any_text_15<BR>
</FONT>
html code
</BODY></HTML>
I need to have only following data:
(B, any_text_2)
(C, any_text_3)
that is, these data TYPE2 in which.
Thanks in advance