On 8/16/10 6:00 AM, "Mynabbler" <mynab...@live.com> wrote: > > I think everybody and their dog made a ruleset regarding 'your email address > has won'. Something like: > > MN_YEAHRIGHT /\bYour (?:email|e-mail) (?:address|account) (?:has won|just > won you)\b/ > > How do you make the second argument optional? So it also hits 'your email > has won'?
MN_YEAHRIGHT /\byour e-?mail\b.{0,20}\bwon\b/i The essential point is that it talks about email, and winning, in close proximity. That precisely is in the middle is mostly irrelevant. -- Daniel J McDonald, CCIE # 2495, CISSP # 78281