Here's a rad tool for extracting regex patterns: http://txt2re.com/

It even outputs CF code.

(I't output is pretty generic, but is a good staring point and gives 
nice insight into how RE works.)

.jonah

On 5/31/12 1:10 PM, Roger Anthony wrote:
> I'm trying to pull total impressions from the administration screens on a 
> Xerox printer but for the life of me can't seem to get the regex right. I'm 
> thinking the Less Than and Greater Than signs are what's tripping me up, but 
> as frustrated as I am at the moment I can't tell you for sure.
>
> So, without further ado.. how the heck would you parse the filecontent to 
> look for the variable value that is "113067" below?  Thanks in advance!
>
> <td width=60%>Total Impressions</td>
> <td width=5%>113067</td>
> <td width=35%>Impressions</td>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351388
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to