On 26 Jan 2013 at 16:24, Tedd Sperling <[email protected]> wrote: > I thought I had a function to strip emails from a document, but I can't find > it. > > So, before I start writing a common script, do any of you have a simple script > to do this?
I have a function that will take a comma separated string consisting of emails in these formats: "Soap, Joe" <[email protected]> Joe Soap <[email protected]> (Joe Soap) [email protected] and turn them into a list where all the above examples are converted to: Joe Soap <[email protected]> but it won't handle things like: "joe@soap"@example.com which I understand is also valid. You are welcome to it if you wish. Cheers, -- Cheers -- Tim
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

