Hello all,

I am trying to parse calendar events for a rss feed into variables. Can
someone help with building the following regex or point me in the direction
of some good examples? Thanks in advance.

Here is what I have tried:  (I don't know much about complex regex's as you
see)
$mystring =~ /.+(<p><li><b>)(\w+) (<FONT COLOR=\"\#990000\">)(\w+)(\[Ref
\#(\d+\])(.+)$/);


Here is a sample string:
<p><li><b> DATE <FONT COLOR="#990000">TITLE</FONT></b> EVENT <a href="
http://www.mysite.com"target="_new";>www.mysite.com</a> [Ref #67579]</li>

What I would like to pull out is the TITLE && EVENT information. The sample
string is the format for each event. Any takers on this? Again, thanks for
any help.

Dave

Reply via email to