Need help capturing output of re.search

joemacbusiness at yahoo.com joemacbusiness at yahoo.com
Thu Jun 26 20:01:54 EDT 2008


>You may like to read this: http://www.amk.ca/python/howto/regex/

This is a good resource.  Thank you.
Someone else pointed out that I needed to change the

if reCheck == "None":

to

if reCheck == None:   # removed the "s

This worked great!  Thanks!

--JM



More information about the Python-list mailing list