gnu-regexp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Regexp] Newbie email match question


From: Eric Martin
Subject: RE: [Regexp] Newbie email match question
Date: Mon, 18 Mar 2002 08:08:12 -0800

Thanks,
 
That works great!
-----Original Message-----
From: J Juan [mailto:address@hidden
Sent: Monday, March 18, 2002 8:16 AM
To: Eric Martin
Cc: address@hidden
Subject: Re: [Regexp] Newbie email match question


  
Eric:

This is not a pattern that comforms to the official email format, but is
very close to what you want. At least it should give you ideas.

"address@hidden@address@hidden@]+$"

Jay



Eric Martin wrote:
I need a reqular expresstion that will validate if I have been given a valid email address.  I have tried the following which does not work:

address@hidden

Basically, I want to match any non ampersand chars followed by a single ampersand followed by any non ampersand chars.

Thanks,

Eric

_______________________________________________
Gnu-regexp-users mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/gnu-regexp-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]