Posted by scripts.contact on 03/27/07 17:09
On Mar 27, 10:33 am, Ivan Marsh <anno...@you.now> wrote: > Man I suck at regex. > > How do I write a regex that matches http://att.com and http://www.att.com > but doesn't match http://matt.com or http://www.bratt.com ? /^http:\/\/(w{3}\.)?att\.com/i
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming