Regex to parse cfhttp.filecontent?

2010-11-04 Thread Marie Taylore
Hi all, I need help in parsing returned cfhttp.filecontent contents. I need to find the line with AUTHORIZATION RESULT: and then get all the text that follows on that same line. I'm sure there's a simple way to do that with ReFind, but I'm a Regex idiot. Any help would be appreciated.

RE: Regex to parse cfhttp.filecontent?

2010-11-04 Thread andy matthews
, November 04, 2010 6:51 PM To: cf-talk Subject: Regex to parse cfhttp.filecontent? Hi all, I need help in parsing returned cfhttp.filecontent contents. I need to find the line with AUTHORIZATION RESULT: and then get all the text that follows on that same line. I'm sure there's a simple way