20 Apr
2006
20 Apr
'06
9:14 p.m.
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"?