Hi,

Could anyone help me with the following:

I have to strip the domain from string only if it is not preceded with @ 
which means - when it is not an e-mail address.

Examples:

1. blah blah blah [EMAIL PROTECTED] blah blah

should result in:

blah blah blah [EMAIL PROTECTED] blah blah

2. blah blah blah something.org blah blah

should result in:

blah blah blah  blah blah

Thanks a lot,


Michal


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to