multiple-string matching & regular expressions



Hello,
I am looking for an efficient multiple-string matching algorithm. But,
the set of strings can contain both literal strings and regular
expressions. Is it possible?
thanks..

.