[comp.sources.wanted] Wanted: Regular Expression Parser

Glenn_A_Story@cup.portal.com (03/29/88)

I am looking for a public-domain version of a regular expression parser
written in C.  The kind of routine I'm looking for would accept two 
arguments:  a regular expression (such as accepted by the UN*X utility,
GREP) and a character string.  The routine would return TRUE if the 
string matched the regular expression, and FALSE if not.  

Does anyone know where I can find such a routine?

Please respond via mail.  Thanks.

Regards,
Glenn