Re: [PHP] Extract email address from string

2001-08-18 Thread Andrew Libby
mailto:[EMAIL PROTECTED]] > Sent: 19 August 2001 03:37 > To: [EMAIL PROTECTED] > Subject: [PHP] Extract email address from string > > > I need to parse a string and extract only the email address. What is the > best way to do this? > > i.e. > > $string

RE: [PHP] Extract email address from string

2001-08-18 Thread Seb Frost
ject: [PHP] Extract email address from string I need to parse a string and extract only the email address. What is the best way to do this? i.e. $string = "Please send all email to [EMAIL PROTECTED] with a subject line of Test."; $email_addr would be equal to [EMAIL PROTECTED] .

[PHP] Extract email address from string

2001-08-18 Thread Gaylen Fraley
I need to parse a string and extract only the email address. What is the best way to do this? i.e. $string = "Please send all email to [EMAIL PROTECTED] with a subject line of Test."; $email_addr would be equal to [EMAIL PROTECTED] . Thanks. -- PHP General Mailing List (http://www.php.ne