Email Address Grabber [SOLVED]
Posted: Thu Dec 15, 2005 5:36 pm
I'm trying to put together a function that will return true if there are email addresses in a string. However, I could do this easily with a preg_match if the format is xxxxxx@yyyyyy.zzz, however I'm sure people are going to try to get around this preg_match and do things like xxxx [at] yyyy [dot] com, etc. Has anyone put together a similiar function or have ideas on how to deal with this?