Re: Regex help

2014-04-29 Thread jb_lists_tb
Hello Stuart, On Tuesday, April 29, 2014, 2:50:22 PM, Stuart wrote: I am looking for help with regex. I need to export the text from an e-mail to a text file. When I receive the email it looks like this. asd, sdf, dfg, asd Unfortunately when I export this is ends up like this. asd,

Re: Regex help

2014-04-29 Thread Stuart
Hello jb, Tuesday, April 29, 2014, 10:25:49 AM, you wrote: What is in the whitespace between the groups of characters in the original email? Tabs or spaces? It looks like tabs being expanded so perhaps the export process is turning tabs into spaces? The original e-mail shows up with spaces,

Re: RegEx Help

2007-04-30 Thread Roelof Otten
Hallo Eddie, On Mon, 30 Apr 2007 20:40:01 +0100GMT (30-4-2007, 21:40 +0200, where I live), you wrote: EC Is this feasible? If yes can anyone give a help for this solution? EC Many thanks. You cannot let a QT search for a message somewhere in your message base. -- Groetjes, Roelof Hollywood:

Re: RegEx Help

2007-04-30 Thread Eddie Castelli
Dear Roelof, -- Montag, 30. April 2007, 18:45:10: EC Is this feasible? If yes can anyone give a help for this EC solution? Many thanks. You cannot let a QT search for a message somewhere in your message base. Thanks. Any chance in simplifying my task? -- liebe GrĂ¼sse

Re: Regex help-hilfe-ajuto needed

2002-08-18 Thread Mandara
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 17 Aug 2002, at 18:25:20 -0700 Januk wrote in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] : JA On Saturday, August 17, 2002 at 21:35 GMT +0200, a stampede was JA started when Mandara hollered: Well, that's something... ;-) JA I know this

Re: Regex help-hilfe-ajuto needed

2002-08-17 Thread Peter Palmreuther
Hello Mandara, On Saturday, August 17, 2002 at 9:35:24 PM you [M] wrote (at least in part): M Is there some elegant formula which would take only one line you M chose by the first word in the line? You nearly got it: ^From:\s*(.*?)\n You see the difference? The question mark is _inside_

Re: Regex help-hilfe-ajuto needed

2002-08-17 Thread Januk Aggarwal
Hello Mandara, On Saturday, August 17, 2002 at 21:35 GMT +0200, a stampede was started when Mandara hollered: I know this should really go on TBTECH, but I suppose one or two of these every couple of years on TBUDL isn't so bad. This one ^From: (.*)?$ extracts to much and doesn't stop at the

Re: Regex help-hilfe-ajuto needed

2002-08-17 Thread Mandara
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 17 Aug 2002, at 22:01:02 +0200 Peter wrote: PP ^From:\s*(.*?)\n PP You see the difference? The question mark is _inside_ the parentheses PP and it searches for the 'newline' explicitly. Yep, I got it. I glued myself with $ as only metachar

Re: Regex Help

2001-01-12 Thread Manfred Ell
On 12-01-2001 at 18:00:27GMT -0800 (which was 2:00 where I live) Januk Aggarwal wrote regarding the subject of "Regex Help" Hello Januk, ME It outputs "" (meaning nothing) here. Januk Did you use cut and paste to put it into your QT? If not, did you That's what I did. I copied it 100% into

Re: Regex Help

2001-01-11 Thread Januk Aggarwal
Hello Nick, ND = Nick Danger On Thu, 11 Jan 2001 at 16:56:24 GMT -0600 (which was 2:56 PM where I live) witnesses say Nick Danger typed: ND Let me try another plea for help ND Is it possible to take today's date that is formatted 1/11/2001 by ND %DATESHORT and have it reformatted to a

Re: Regex Help

2001-01-11 Thread Manfred Ell
On 11-01-2001 at 15:22:56GMT -0800 (which was 23:22 where I live) Januk Aggarwal wrote regarding the subject of "Regex Help" Hello Januk, Januk Try Januk

Re: Regex Help

2001-01-11 Thread Januk Aggarwal
Hello Manfred, ME = Manfred Ell On Thu, 11 Jan 2001 at 23:32:02 GMT + (which was 3:32 PM where I live) witnesses say Manfred Ell typed: ME It outputs "" (meaning nothing) here. Did you use cut and paste to put it into your QT? If not, did you accidentally use %REGEXPBLINDMATCH

Re: Regex Help

2001-01-11 Thread Nick Danger
Subject: Regex Help From: Januk Aggarwal Dated: Thu, 11 Jan 2001, 15:22:56 (5:22:56 PM Local) ~~ Hi Januk, J Try J