I have an email auto-responder thingy I'm trying to write. Now I have found ALOT of information on validating email addresses but not how to extract an address (if it exists) from an arbitrary line of text.
I started writing a regular expression to do this, but kept on writing ones that simply validate (sorta) the address or return chunks of it.