REGEX Help

2016-02-01 Thread Rick Grunwald
> I think I need a regex to pull out the address correctly. I didn't want to hijack David's thread (actually I did) but I could use some help with regex I need something to clean up my subject line removing some specific items. Some people have posted some ones that cleanup RE: but I need a bit

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

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,

Regex help

2014-04-29 Thread Stuart
Hello TBUDL, 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, sdf, dfg, asd This seems to be the

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 www.Eddi

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:

RegEx Help

2007-04-30 Thread Eddie Castelli
Dear all, I have little problem where I need your help in RegEx/Quick Templates. The Case: I send you a bunch of eMails through the Massmailing feature in the AB. As the IP isn't really good some of the send eMails are coming back with the reason stated 'Spam', 'refused', 'account doesn'

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 sh

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 metach

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 th

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_

Regex help-hilfe-ajuto needed

2002-08-17 Thread Mandara
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I need just one simple thing: extract a defined *single line* from message header and put it in body of reply. But no matter how is that simple, I couldn't do that. This one "^From: (.*)?$" extracts to much and doesn't stop at the

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&

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> %SETPATTREGEXP="\d{8}"%REGEXPMATCH="%SETPATTREGEXP=""(\d*)/(\d*)/(\d*)""

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 instea

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> %SETPATTREGEXP="\d{8}"%REGEXPMATCH="%SETPATTREGEXP=""(\d*)/(\d*)/(\d*)""%REGEXP

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

Regex Help

2001-01-11 Thread Nick Danger
Let me try another plea for help Is it possible to take today's date that is formatted 1/11/2001 by %DATESHORT and have it reformatted to a 20010111 style? (MMDD) TIA -- ò¸ó Nick [MUA: TB! 1.49] Danger [OS: Win98 4.10 1998] -- -

SOT: Regex Help

2000-04-17 Thread Nick Danger
Just an FYI for anyone interested. There's a little regex primer at the developer shed that's pretty helpful if you're a regex neophyte such as myself. http://www.devshed.com/Server_Side/Administration/RegExp/ -- - Nick Using The Bat! 1.42 Beta/17 under Windows 98 4.10 Build 1998 -- -

Re: RegEx Help (was: How to filter email messages in which I'm in CC (using kludges?) ??)

2000-04-10 Thread tracer
Hello Thomas Fernandez, On Tue, 11 Apr 2000 11:33:33 +0800 GMT your local time, which was Tuesday, April 11, 2000, 10:33:33 AM (GMT+0700) my local time, Thomas Fernandez wrote: > OK, when you open Help Topics, you have two tabs, the left one shows > you the chapter names, the right one lets you

Re: RegEx Help (was: How to filter email messages in which I'm in CC (using kludges?) ??)

2000-04-10 Thread Nick Andriash
On Monday, April 10, 2000, 8:33:33 PM, Thomas Fernandez wrote: > But there is a chapter for Regular Expressions under the first tab, > just scroll down. > Sorry I don't know what the tabs' names are, they are all written in > Chinese. ;-) Found it Thomas... thanks very much. Nick -- --=N

RegEx Help (was: How to filter email messages in which I'm in CC (using kludges?) ??)

2000-04-10 Thread Thomas Fernandez
Hi Nick, On Mon, 10 Apr 2000 19:36:39 -0700GMT (11/04/2000, 10:36 +0800GMT), Nick Andriash wrote: NA> I've always thought I had the latest "complete" install, along with the NA> latest Beta. My Help file is dated 24/02/2000, but it doesn't include NA> anything on regular expressions. That's the