Barney I had tried that, it gets me to the end of a line, but not to the end of the string. There maybe 1 or more CR & LF in the string, and I would like the entire rest of the string including any and all line breaks.
-------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning ....-----Original Message----- ....From: Barney Boisvert [mailto:[EMAIL PROTECTED] ....Sent: Wednesday, August 03, 2005 3:31 PM ....To: CF-Talk ....Subject: Re: Rest of the string regex question. .... ....add (.*)$ to the end. .... ....cheers, ....barneyb .... ....On 8/3/05, Ian Skinner <[EMAIL PROTECTED]> wrote: ....> I have this regex expression that is correctly getting the first two ....parts of a string into two references (\1 \2). Now I would like the rest ....of the string, how ever long it might be, to be put into a third ....reference. How would I do that? ....> ....> ^\s{3}(\d{2}:\d{2}:\d{2}.\d{3})(.{18}) ....> ....> ....> -------------- ....> Ian Skinner ....> Web Programmer ....> BloodSource ....> www.BloodSource.org ....> Sacramento, CA ....> .... ....-- ....Barney Boisvert [EMAIL PROTECTED] ....360.319.6145 ....http://www.barneyb.com/ .... ....Got Gmail? I have 50 invites. .... .... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:4:213727 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

