[Zope] Regular Expressions

Dennis Allison allison at shasta.stanford.edu
Thu Apr 20 17:20:40 EDT 2006


Regular expressions are usually precluded as a potential security risk.  
You can enable imports into Python Scripts (see instructions in the 
source) fairly easily.  Or you can do the regular expression processing
you need in an External Method or Product.

And, of course, you'll need to "import re" in the module where you 
use it.


On Thu, 20 Apr 2006, April Lekin wrote:

> 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"?
> 
> _______________________________________________
> Zope maillist  -  Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 

-- 



More information about the Zope mailing list