How to find matching between two general regular expression?



Hello all:

Given two general regular expressions, for example

1> a*b+cc+d*
2> bde+cd*

Is it possible that we can design an algorithm to generate a regular
expression which indicates the intersection of those two Regular
Expression.

Thank you
-Daniel
.



Relevant Pages


Loading