How can you detect if two regular expressions overlap in the strings they can match? - Stack Overflow

Updated . Posted . Visible to the public.

I have a container of regular expressions. I'd like to analyze them to determine if it's possible to generate a string that matches more than 1 of them. Short of writing my own regex engine with this use case in mind, is there an easy way in C++ or Python to solve this problem?

Last edit
Keywords
development
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2010-06-19 21:03)