Re: [OT] Re: voting on GOTO
- Posted by Bernie Ryan <xotron at bluefro?.c?m> Jun 05, 2008
- 661 views
Jim Brown wrote: > Thanks Bernie. Any tips on getting those dlls and the associated wrappers to > work on Linux/FreeBSD and FreeDOS? Go Here: http://www.regular-expressions.info/pcre.html This is a qoute from the site, note it says DLL's SO's have been written from this source. PCRE is short for Perl Compatible Regular Expressions. It is the name of an open source library written in C by Phillip Hazel. The library is compatible with a great number of C compilers and operating systems. Many people have derived libraries from PCRE to make it compatible with other programming languages. E.g. there are several Delphi components that are simply wrappers around the PCRE library compiled into a Win32 DLL. The library is also included with many Linux distributions as a shared .so library and a .h header file. The PHP preg functions and the REALbasic RegEx class are built on top of PCRE. Bernie My files in archive: WMOTOR, XMOTOR, W32ENGIN, MIXEDLIB, EU_ENGIN, WIN32ERU, WIN32API Can be downloaded here: http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan