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 beginning of the text you are
searching, so "\A:?" matches zero or one colon at the beginning if the
text. If you then search for ":-\*" further down the pattern, it will be
looking for a second colon (because \A:? matches the first) followed by a
dash and an asterisk.

-- 
Robin

Using The Bat! v2.12.00 on Windows XP 5.1 Build 2600 Service Pack 1






________________________________________________
Current version is 2.12.00 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to