Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!princeton!pucc!EGNILGES From: EGNILGES@pucc.Princeton.EDU (Ed Nilges) Newsgroups: comp.lang.c Subject: Needed: a public domain regular expression interpreter Message-ID: <12817@pucc.Princeton.EDU> Date: 30 May 91 23:24:45 GMT Reply-To: EGNILGES@pucc.Princeton.EDU Organization: Princeton University, NJ Lines: 17 Disclaimer: Author bears full responsibility for contents of this article I need an interpreter for regular expressions as described on pp. 102 thru 105 of Kernighan/Pike's THE UNIX PROGRAMMING ENVIRONMENT (Prentice-Hall 1984.) The interpreter must meet these requirements: 1. It must be in C. 2. It must be meet egrep rather than grep specifications. 3. It must be in the public domain. 4. It must be fully documented and of high quality. I will post my own version if I happen to get it done before acquiring something decent in the public domain. Thanks. Ed Nilges