On Thu, Nov 13, 2003 at 03:33:28PM -0600, Michael Howell wrote:
> /(?:a|4|@)pp(?:l|1|!)(?:e|3)/i

ewww...  at least do:

/[EMAIL PROTECTED]/i

> This will catch "@pp!3" and "app13", but it also catches "apple".  Can 
> anyone help me work the regex so it skips the word if it's spelled 
> normally?

I think that's something like

/(?!apple)[EMAIL PROTECTED]/i

-- 
Randomly Generated Tagline:
"I'm a lesbian trapped in a man's body."      - W. Smith

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to