Date: Thu, 3 Jul 1997 17:56:03 +0300 (IDT) From: Eli Zaretskii To: Bryan Murphy cc: "'djgpp AT delorie DOT com'" , "'Chris'" Subject: RE: Parsing a string from a string In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 2 Jul 1997, Bryan Murphy wrote: > Is there a Perl like Regular Expression Library that works with > DJGPP and/or VC++? I've been really spoiled by perl here at > work, and would love to be able to use regular expressions in > C/C++. DJGPP's C library has POSIX regular expression functions (regcomp and regexec). You can read about them in the library reference.