I need some help with a regexp please

Neil Cerutti horpner at yahoo.com
Thu Sep 21 13:33:58 EDT 2006


On 2006-09-21, codefire <tony.bedford at gmail.com> 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 james..kirk at fred.com,
> 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 



More information about the Python-list mailing list