Date: Thu, 16 Jul 1998 13:21:03 +0300 (IDT) From: Eli Zaretskii To: "Mark H. Wood" cc: djgpp AT delorie DOT com Subject: Re: Regular expression libraries? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 15 Jul 1998, Mark H. Wood wrote: > Now I can state my problem more precisely. :-( Is there some way to get regex > routines when compiling against RSXNTDJ? I need to make a little shim that > explodes URLs into their component fields and sticks the fragments into a > command string so that I can get Netscape Communicator to invoke a decent > Telnet rather than the lame excuse that comes with Win95. This shim needs to > be a GUI app. so that it can run without opening a console window -- I want the > process of assembling the correct command to be invisible to the user. Since the regex functions in DJGPP's library are free, you could just get the sources from djlsr201.zip and use them in your program.