Rocco, et al --

...and then Rocco Rutte said...
% 
% Hi,

Hello!


% 
% * Dan Boger [05/31/02 14:34:37 CEST] wrote:
% > On Fri, May 31, 2002 at 02:27:09PM +0200, Rocco Rutte wrote:
...
% 
% > >   folder-hook =IN\.[^b][^a][^c][^k][^1] ...
...
% > > guess that for IN.test it checks if the first 5 characters
% > > after IN. are not one of b,a,c,k,1 - but 'test' is only 4
...
% > order) "b" "a" "c" "k" "1" - and you're right - since "test" is only 4
...
% while 'not 1' is true for just nothing - but it's not a
% character. [^1] thus is true if a) there's a character and
% b) that character is not 1. If you don't understand the way

Have you tried

  [^b][^a][^c][^k][^1]*

to match "zero or more not-one"s?


HTH & HAND

:-D
-- 
David T-G                      * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/    Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: msg28427/pgp00000.pgp
Description: PGP signature

Reply via email to