[Zope] Regular Expressions

April Lekin lekin2 at llnl.gov
Thu Apr 20 17:14:43 EDT 2006


Can you use regular expressions in Zope?

I'm trying to do a date match, something like this:

date = re.match(l_date, '\d\d\d\d\/\d\d/\d\d')

Looks like it doesn't like the "re.match"?



More information about the Zope mailing list