Regular Expressions

..:: sjf ::.. sjf at autograf.pl
Mon Apr 26 08:49:38 EDT 2004


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

-- 
.:: sjf ::..
"Linux is like Wigwam. No gates, no windows... Apache inside ;-)"



More information about the Python-list mailing list