Anyone have any code or know of any packages for validating a regexp?

I have an app that allows users to enter regexps for db searching.
When a user enters an invalid one (e.g. 'A|B|' is one I just saw) it
causes downstream issues. I'd like to flag it at entry time.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to