RegExp: "wontmatch"-function

Kirk Strauser kirk at athena.daycos.com
Mon Oct 13 14:12:35 EDT 2008


At 2008-10-13T16:40:07Z, pjacobi.de at googlemail.com writes:

def nomatch(value):
    return not(value == '' or pattern.match(value))

-- 
Kirk Strauser
The Day Companies



More information about the Python-list mailing list