filtering out "bad" regular expressions from user input
Neil Schemenauer
nas at arctrix.com
Fri Sep 29 11:05:49 EDT 2000
More information about the Python-list mailing list
Fri Sep 29 11:05:49 EDT 2000
- Previous message (by thread): filtering out "bad" regular expressions from user input
- Next message (by thread): filtering out "bad" regular expressions from user input
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): filtering out "bad" regular expressions from user input
- Next message (by thread): filtering out "bad" regular expressions from user input
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list