| 11 |
support for certain .NET and Oniguruma syntax items, and there is an option for |
support for certain .NET and Oniguruma syntax items, and there is an option for |
| 12 |
requesting some minor changes that give better JavaScript compatibility. |
requesting some minor changes that give better JavaScript compatibility. |
| 13 |
.P |
.P |
| 14 |
The current implementation of PCRE (release 7.x) corresponds approximately with |
The current implementation of PCRE (release 8.xx) corresponds approximately |
| 15 |
Perl 5.10, including support for UTF-8 encoded strings and Unicode general |
with Perl 5.10, including support for UTF-8 encoded strings and Unicode general |
| 16 |
category properties. However, UTF-8 and Unicode support has to be explicitly |
category properties. However, UTF-8 and Unicode support has to be explicitly |
| 17 |
enabled; it is not the default. The Unicode tables correspond to Unicode |
enabled; it is not the default. The Unicode tables correspond to Unicode |
| 18 |
release 5.1. |
release 5.1. |
| 83 |
The user documentation for PCRE comprises a number of different sections. In |
The user documentation for PCRE comprises a number of different sections. In |
| 84 |
the "man" format, each of these is a separate "man page". In the HTML format, |
the "man" format, each of these is a separate "man page". In the HTML format, |
| 85 |
each is a separate page, linked from the index page. In the plain text format, |
each is a separate page, linked from the index page. In the plain text format, |
| 86 |
all the sections are concatenated, for ease of searching. The sections are as |
all the sections, except the \fBpcredemo\fP section, are concatenated, for ease |
| 87 |
follows: |
of searching. The sections are as follows: |
| 88 |
.sp |
.sp |
| 89 |
pcre this document |
pcre this document |
| 90 |
pcre-config show PCRE installation configuration information |
pcre-config show PCRE installation configuration information |
| 93 |
pcrecallout details of the callout feature |
pcrecallout details of the callout feature |
| 94 |
pcrecompat discussion of Perl compatibility |
pcrecompat discussion of Perl compatibility |
| 95 |
pcrecpp details of the C++ wrapper |
pcrecpp details of the C++ wrapper |
| 96 |
|
pcredemo a demonstration C program that uses PCRE |
| 97 |
pcregrep description of the \fBpcregrep\fP command |
pcregrep description of the \fBpcregrep\fP command |
| 98 |
pcrematching discussion of the two matching algorithms |
pcrematching discussion of the two matching algorithms |
| 99 |
pcrepartial details of the partial matching facility |
pcrepartial details of the partial matching facility |
| 104 |
pcreperform discussion of performance issues |
pcreperform discussion of performance issues |
| 105 |
pcreposix the POSIX-compatible C API |
pcreposix the POSIX-compatible C API |
| 106 |
pcreprecompile details of saving and re-using precompiled patterns |
pcreprecompile details of saving and re-using precompiled patterns |
| 107 |
pcresample discussion of the sample program |
pcresample discussion of the pcredemo program |
| 108 |
pcrestack discussion of stack usage |
pcrestack discussion of stack usage |
| 109 |
pcretest description of the \fBpcretest\fP testing command |
pcretest description of the \fBpcretest\fP testing command |
| 110 |
.sp |
.sp |
| 292 |
.rs |
.rs |
| 293 |
.sp |
.sp |
| 294 |
.nf |
.nf |
| 295 |
Last updated: 11 April 2009 |
Last updated: 01 September 2009 |
| 296 |
Copyright (c) 1997-2009 University of Cambridge. |
Copyright (c) 1997-2009 University of Cambridge. |
| 297 |
.fi |
.fi |