Date: Sun, 13 Dec 1998 13:32:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: merser cc: DJGPP Subject: Re: regular expressions In-Reply-To: <000401be2688$104de260$0005a8c0@merser.image.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 13 Dec 1998, merser wrote: > I think that I once here heard about a c / c++ library that could handle > regular expressions. DJGPP has Posix regexp functions in its C library. Check out the documentation for the functions `regcomp' and `regexec' in the library reference ("info libc regcomp" from the DOS prompt).