I'd like to figure out (in runtime) whether or not two regular expressions intersect (i.e. if they do there exist one or more string the matches both regular expressions).
Algorithm needs to be pretty fast as I need to loop through a database and check existing values.
Found some theory on this but no implementations?