RE: [Declude.JunkMail] phone regex/pcre help

2007-07-03 Thread Colbeck, Andrew
Scot, my eyes water when I look at a long regexp. So without trying to work out that specific PCRE syntax, I'll suggest two things: 1) Make a generic detection that finds zero or more junk characters between the text you're looking for. The longer the parent string is, the less likely you are

Re: [Declude.JunkMail] phone regex/pcre help

2007-07-03 Thread Matt
Scott, The following should do the same. Note that I do not know if Declude requires the whole match to be placed in parenthesis. 2[0Oo]6[\s\r\n\-\.]*888[\s\r\n\-\.]*2[0Oo]83 Matt Scott Fisher wrote: I'm looking to replace these lines with a pcre but it doesn't seem to be working.

Re: [Declude.JunkMail] phone regex/pcre help

2007-07-03 Thread David Barker
From: Matt [EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 4:08 PM To: declude.junkmail@declude.com Subject: Re: [Declude.JunkMail] phone regex/pcre help Scott, The following should do the same. Note that I do not know if Declude requires the whole match

Re: [Declude.JunkMail] phone regex/pcre help

2007-07-03 Thread Matt
*From*: Matt [EMAIL PROTECTED] *Sent*: Tuesday, July 03, 2007 4:08 PM *To*: declude.junkmail@declude.com *Subject*: Re: [Declude.JunkMail] phone regex/pcre help Scott, The following should do the same. Note that I do not know if Declude requires the whole match to be placed in parenthesis