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: J Juan
Subject: Re: [Regexp] Newbie email match question
Date: Mon, 18 Mar 2002 11:16:24 -0500
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1


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]