WARNING: C Toolkit is deprecated, please use C++ Toolkit instead


PCRE is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language.
Written by: Philip Hazel <cam.ac.uk">ph10@cam.ac.uk>
University of Cambridge Computing Service, Cambridge, England. Phone: +44 1223 334714. Copyright (c) 1997-2001 University of Cambridge
Also, see AUTHORS, LICENCE in the "DOC" folder.
Modifications:
May 2002. Ported to NCBI C Toolkit. Vladimir Ivanov (ivanov@ncbi.nlm.nih.com)

  Name Size Date (UTC) Description
folder Parent directory - 2025-03-15 02:59:52  
folder demo/ - 2025-03-15 02:59:50  
folder doc/ - 2025-03-15 02:59:50

README file for PCRE (Perl-compatible regular expression library)
The latest release of PCRE is always available from
ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz">ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
Please read the NEWS file if you are upgrading from a previous release.


SEE ALSO: README

folder test/ - 2025-03-15 02:59:50  
folder util/ - 2025-03-15 02:59:50  
chartables.c 7021 2002-05-08 15:10:53

Perl-Compatible Regular Expressions *

get.c 7703 2002-05-08 15:10:54

This module contains some convenience functions for extracting substrings from the subject string after a regex match has succeeded.

maketables.c 3994 2002-05-08 15:10:54

This file is compiled on its own as part of the PCRE library. However, it is also included in the compilation of dftables.c, in which case the macro DFTABLES is defined.

pcre.c 152935 2002-05-08 15:10:55

Use a macro for debugging printing

pcre.h 2994 2002-05-08 15:10:55  
pcre_config.h 3634 2002-05-08 15:10:56 Configuration wrapper for PCRE REGEXP library in NCBI C Toolkit
pcre_internal.h 16583 2002-05-08 15:10:56

This header contains definitions that are shared between the different modules, but which are not relevant to the outside.

pcreposix.c 9122 2002-05-08 15:10:57  
pcreposix.h 2349 2002-05-08 15:10:57  
README 553 2002-05-08 15:10:53  
study.c 10983 2002-05-08 15:10:58

Include the internals header, which itself includes Standard C headers plus the external pcre header.