From 582b500cd996c96054615870fd13d6ab0ea77428 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 10 Oct 2009 15:10:05 +0000 Subject: start integrating windows port git-svn-id: svn+q:///qpdf/trunk@757 71b93d88-0707-0410-a8cf-f5a4172ac649 --- external-libs/pcre/doc/html/index.html | 102 +++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 external-libs/pcre/doc/html/index.html (limited to 'external-libs/pcre/doc/html/index.html') diff --git a/external-libs/pcre/doc/html/index.html b/external-libs/pcre/doc/html/index.html new file mode 100644 index 00000000..3751ff0f --- /dev/null +++ b/external-libs/pcre/doc/html/index.html @@ -0,0 +1,102 @@ + + +PCRE specification + + +

Perl-compatible Regular Expressions (PCRE)

+

+The HTML documentation for PCRE comprises the following pages: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
pcre  Introductory page
pcreapi  PCRE's native API
pcrebuild  Options for building PCRE
pcrecallout  The callout facility
pcrecompat  Compability with Perl
pcregrep  The pcregrep command
pcrepattern  Regular expressions supported by PCRE
pcreperform  Some comments on performance
pcreposix  The POSIX API to the PCRE library
pcresample  Description of the sample program
pcretest  The pcretest command for testing PCRE
+ +

+There are also individual pages that summarize the interface for each function +in the library: +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
pcre_compile  Compile a regular expression
pcre_config  Show build-time configuration options
pcre_copy_named_substring  Extract named substring into given buffer
pcre_copy_substring  Extract numbered substring into given buffer
pcre_exec  Match a compiled pattern to a subject string
pcre_free_substring  Free extracted substring
pcre_free_substring_list  Free list of extracted substrings
pcre_fullinfo  Extract information about a pattern
pcre_get_named_substring  Extract named substring into new memory
pcre_get_stringnumber  Convert captured string name to number
pcre_get_substring  Extract numbered substring into new memory
pcre_get_substring_list  Extract all substrings into new memory
pcre_info  Obsolete information extraction function
pcre_maketables  Build character tables in current locale
pcre_study  Study a compiled pattern
pcre_version  Return PCRE version and release date
+ + -- cgit v1.2.3-54-g00ecf