Simple Regex problem....

How you will convert 

$email = "[EMAIL PROTECTED]";

TO

$email = "[EMAIL PROTECTED]";

using Regex.

Thanks,
Sara.

  ----- Original Message ----- 
  From: gregg 
  To: Sara 
  Cc: [EMAIL PROTECTED] 
  Sent: Wednesday, August 06, 2003 6:59 AM
  Subject: Re: Regex and Email address.


  I'm not clear on what you're trying to do. I recommend reading "Mastering Regular 
Expressions" by O'Reilly press. 

  http://www.oreilly.com/catalog/regex/

  I am currently reading it. I am not associated with O'Reilly press, I assure you. ;-)

  Gregg Allen
  Blessed are they who expect nothing, 
  for they shall not be disappointed.
  Nietsche 


  On Wednesday, August 6, 2003, at 09:25 PM, Sara wrote:


    $recipient_email = [EMAIL PROTECTED];

    When you send email using yahoo groups, it will show the recpient mail
    address after sending mail like this...

    Mail successfully sent to [EMAIL PROTECTED]

    anybody can help me how to do it? that it will hide the domain except for
    showing one character after @.

    I know I am poor at Regex (too poor).

    Thanks for any input.

    Sara.

    -- 
    To unsubscribe, e-mail: [EMAIL PROTECTED]
    For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to