I would like to find out (at runtime) whether two regular expressions intersect (i.e. if they exist, there is one or more lines that match as regular expressions).
The algorithm should be pretty fast as I need to scroll through the database and check for existing values.
Found some theory about this, but no realizations?
source
share