This directory contains the Delphi Port of the GNU regex library.
It is compliant with POSIX.2.

To build the object (*.obj) file you need Borland C/C++ 5.5,
you can get is for free at the Borland Homepage http://www.borland.com.
Use the batchfile buildobj.bat.

The testregex.dpk project shows you, how you can use this library in Delphi.
It's use is similar to the original C functions, read the doc's.

The Doc directory contains the original (programmers) manual for GNU regex.
It's probably out-of-date, but you can get a lot of information in it.
The only thing is, it is written for C. If I have some more time, I will write a
small Delphi helpfile.

Read the comments in regex.pas for some information about the Delphi Port.

If you have any problems, you can mail me at:

   dbiehl@gmx.de


have a lot of fun

 Daniel


ps: sorry for the poor english

