From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J." Subject: Re: using perl regex engine from C ? Date: Fri, 14 Feb 2003 03:03:32 +0100 (CET) Sender: linux-c-programming-owner@vger.kernel.org Message-ID: References: <20030213234623.GA14860@cam.ac.uk> Mime-Version: 1.0 Return-path: In-Reply-To: <20030213234623.GA14860@cam.ac.uk> List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-c-programming@vger.kernel.org On Thu, 13 Feb 2003, Steven Smith wrote: > > I was wondering if it is possible to access the perl regex engine from a > > C program. Is there a interface to it? Have people done it ? I > > guess so, but where should I start searching ? > It isn't the Perl regex engine, but libpcre (Perl Compatible Regular > Expressions) is fairly close. Ah, I have found all the information I need at: http://www.pcre.org Thank you, > Steven Smith, > sos22@cam.ac.uk. J.