Re: regex/macro help needed

2004-08-29 Thread Robin Anson
On Sun 29 August 2004, 16:09:31 +1000, Jurgen Haug wrote: thank you! that did the trick! So this \A:? thingy isn't just looking for a colon at the END? like actually it's :-* RE: and I thought that's the colon it's looking for. This stuff is voodoo. The \A locks the pattern to the

Re: regex/macro help needed

2004-08-29 Thread Robin Anson
On Sun 29 August 2004, 22:40:41 +1000, Jurgen Haug wrote: ah, I guess I get it now (for this time). You mean, my mistake was to think 'hey I am giving him the :-* as a pattern, so I can forget about it, and after that I started looking for the colon, which came later :-* RE: -- here, BUT

regex/macro help needed

2004-08-28 Thread Jurgen Haug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo Fledermäuse, I have a little problem with a subject-modifier macro and need some help. Thank you for looking here: http://www.safaribears.de/help/regex.html ;-) - -- regards, Jürgen :eu-flag3: :de-bw: There are none so blind as those who

Re: regex/macro help needed

2004-08-28 Thread Andrey Perevodchik
Hello! JH I have a little problem with a subject-modifier macro and need some help. JH Thank you for looking here: http://www.safaribears.de/help/regex.html Maybe escape dash as well?... -- Andrey Current version is 2.12.00 | 'Using TBUDL'

Re: regex/macro help needed

2004-08-28 Thread Robin Anson
On Sun 29 August 2004, 2:44:26 +1000, Jurgen Haug wrote: I have a little problem with a subject-modifier macro and need some help. Thank you for looking here: http://www.safaribears.de/help/regex.html As I understand it, you are trying to take a subject like :-* Re: something and extract

Re: Regex Macro Help

2004-01-15 Thread Urban
Thursday, January 15, 2004, Patrick G. wrote: %REGEXPTEXT=^\.{2,}\\s\-{2}.{20} I get the followng error: *** Error: \ at end of pattern ***.{2,}\\s\-{2}.{20}) Perhaps I've been at this too long this evening, but even after searching teh archives and reading the RegEx tutorial, I

Re[2]: Regex Macro Help

2004-01-15 Thread Patrick G.
JA You might want a quick change... you have multiple in there, that JA might cause an issue. Try it like this: JA %REGEXPTEXT='^\.{2,}\\s\-{2}.{20}' Thanks Jonathan, that solved the problem. Patrick G. -- The Bat! Version 2.03 Beta/33 assisted by BayesIt! 0.4gm hindered by Windows

Regex Macro Help

2004-01-14 Thread Patrick G.
Hello fellow Bat!fans, I have the following regex which works fine in RegExTest ^\.{2,}\\s\-{2}.{20} But when I add it to a macro filter to extract this match to a file %REGEXPTEXT=^\.{2,}\\s\-{2}.{20} I get the followng error: *** Error: \ at end of pattern ***.{2,}\\s\-{2}.{20})

Re: Regex Macro Help

2004-01-14 Thread Jonathan Angliss
On Wednesday, January 14, 2004, Patrick G. wrote... I have the following regex which works fine in RegExTest ^\.{2,}\\s\-{2}.{20} But when I add it to a macro filter to extract this match to a file %REGEXPTEXT=^\.{2,}\\s\-{2}.{20} I get the followng error: *** Error: \ at end of