Given I file like so:

user: pbreems
report: c:\inetpub\reports\myreport.rpt
start time: 10:48:23 AM
end time: 10:48:28 AM
report type: 8
total time: 00:00:05

ad infinitum with different users and different reports.

I've create a regex that will read get me the user and report, but now
I'm trying to get the total time, but I can't figure out how to say
'after report, match anything other than 'total time'

so far, this is what I've got:

user: ([a-zA-Z0-9]*)\nreport:([^\n]*)




--
Marlon

"And I Sleep, and I dream of the person I might have been, and I'll be
free again
And I Speak, like someone who's been to the highest peaks, and back again
And I Swear, that my grass is greener than anyones, until I believe again"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:175853
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to