> > Hi, > > I am confused. [218\.*\.*\.*] works but I would read this as > "[218." then > > zero or more "." then zero or more "." then zero or more "]". I don't > > understand how it works. The magic seems to be the "[" and "]" > instead of > > the \D sandwich. I am using > > [218\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)\.(\d|\d\d|\d\d\d)] and > > it seems to > > be working. [218\.*\.*\.*] also fires on [218.abc.x.we] > > Paul Coleman
I read it as: [218 "." anything "." anything "." anything] :) -Patrick --- [This E-mail scanned for viruses by Declude Virus/McAfee NetShield] To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
