Validating regexp

Larry Martell larry.martell at gmail.com
Tue Aug 8 12:37:19 EDT 2017


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.



More information about the Python-list mailing list