filtering out "bad" regular expressions from user input

Neil Schemenauer nas at arctrix.com
Fri Sep 29 11:05:49 EDT 2000


On Fri, Sep 29, 2000 at 09:59:24AM -0500, Skip Montanaro wrote:
> I'm looking for a better approach to filtering out bad regular expressions.

How about only allowing expressions that are known to be good
rather than trying to disallow bad ones?

  Neil




More information about the Python-list mailing list