Re: Help with ebay regex, please!

2002-07-25 Thread Allie C Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In message <[EMAIL PROTECTED]">mid:[EMAIL PROTECTED]>, Andreas Schwartmann [AS] wrote: AS> I've changed the regex to AS> but it still does not work. :-( AS> What else could be wrong? Try this one: %TO='%setpattregexp="(?i)(E-Mail-Adresse de

Re[2]: Help with ebay regex, please!

2002-07-25 Thread Andreas Schwartmann
Hi, Bat folks, on Thu, 25 Jul 2002 at 19:59:53 GMT +0200 (which was Thursday, July 25, 2002, 19:59 where I live) Lars Geiger wrote the following lines regarding "Help with ebay regex, please!": LG> Hi Andreas, LG> On Thursday, July 25, 2002 at 19:43:47 [GMT +0200], you wrote:

Re: Help with ebay regex, please!

2002-07-25 Thread Lars Geiger
Hi Andreas, On Thursday, July 25, 2002 at 19:43:47 [GMT +0200], you wrote: AS> %TO="" AS> %TO='%setpattregexp="(?i)(E-Mail-Adresse des Käufers\w+\:\s+)(.*?\n)"%RegExpBlindMatch="%Text"%SUBPATT="2"' ^^^ I'd say this part is the problem. You

Help with ebay regex, please!

2002-07-25 Thread Andreas Schwartmann
Hello, Bat fans, for a while I have used this reg-macro to create an auto-reply message to my ebay.de partners: %TO="" %TO='%setpattregexp="(?i)(E-Mail-Adresse des Käufers\w+\:\s+)(.*?\n)"%RegExpBlindMatch="%Text"%SUBPATT="2"' This worked to automatically direkt the auto-reply to the buyer. No