Hey. The <font> tag is deprecated. Since the 90s. :-\

Why does the table have "Visitor Sessions" in two columns next to each
other? Is the code correct?

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:hecgam@;attbi.com] 
Sent: Tuesday, October 22, 2002 4:02 PM
To: CF-Talk
Subject: Reg Ex help

Hello - i'm new to the forum. I am just learning 
regular expressions and need some help! 

i am using cffile to read a file and output a number to 
another page using refindnocase to parse the data.

here's the data i want to parse:

<TR   BGCOLOR="FFFFFF">
<TD rowspan=6 valign=top ALIGN ="LEFT" width='30%'>
    <FONT SIZE=1 FACE="ms sans 
serif,arial,helvetica,verdana,lucida,utopia" 
COLOR="000000"><B>Visitor Sessions</B></FONT></TD>
<TD  ALIGN ="LEFT" >
    <FONT SIZE=1 FACE="ms sans 
serif,arial,helvetica,verdana,lucida,utopia" 
COLOR="000000">Visitor Sessions</FONT></TD>
<TD  ALIGN ="RIGHT" >
    <FONT SIZE=1 FACE="ms sans 
serif,arial,helvetica,verdana,lucida,utopia" 
COLOR="000000">176,308</FONT></TD>
</TR>
<TR   BGCOLOR="FFFFFF">
<TD  ALIGN ="LEFT" >
    <FONT SIZE=1 FACE="ms sans 
serif,arial,helvetica,verdana,lucida,utopia" 
COLOR="000000">Average Per Day</FONT></TD>
<TD  ALIGN ="RIGHT" >
    <FONT SIZE=1 FACE="ms sans 
serif,arial,helvetica,verdana,lucida,utopia" 
COLOR="000000">5,687</FONT></TD>
</TR>

This code where the number is located is repeated for 
each different subject. I need help to get the Visitor 
Session number using a regular expression. And then get 
the Average Session length (but i can do that by just 
changing the code from Visitor session).

Probably need to start from the >visitor

Thanks!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to