On 2006-09-21, codefire <[EMAIL PROTECTED]> wrote:
> I am trying to get a regexp to validate email addresses but
> can't get it quite right. The problem is I can't quite find the
> regexp to deal with ignoring the case [EMAIL PROTECTED],
> which is not valid. Here's my attempt, neither of my regexps
> work quite how I want:

I suggest a websearch for email address validators instead of
writing of your own.

Here's a hit that looks useful:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66439

-- 
Neil Cerutti
Next Sunday Mrs. Vinson will be soloist for the morning service.
The pastor will then speak on "It's a Terrible Experience."
--Church Bulletin Blooper 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to