| 30 |
requesting some minor changes that give better JavaScript compatibility. |
requesting some minor changes that give better JavaScript compatibility. |
| 31 |
</P> |
</P> |
| 32 |
<P> |
<P> |
| 33 |
The current implementation of PCRE (release 7.x) corresponds approximately with |
The current implementation of PCRE (release 8.xx) corresponds approximately |
| 34 |
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 |
| 35 |
category properties. However, UTF-8 and Unicode support has to be explicitly |
category properties. However, UTF-8 and Unicode support has to be explicitly |
| 36 |
enabled; it is not the default. The Unicode tables correspond to Unicode |
enabled; it is not the default. The Unicode tables correspond to Unicode |
| 37 |
release 5.1. |
release 5.1. |
| 88 |
The user documentation for PCRE comprises a number of different sections. In |
The user documentation for PCRE comprises a number of different sections. In |
| 89 |
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, |
| 90 |
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, |
| 91 |
all the sections are concatenated, for ease of searching. The sections are as |
all the sections, except the <b>pcredemo</b> section, are concatenated, for ease |
| 92 |
follows: |
of searching. The sections are as follows: |
| 93 |
<pre> |
<pre> |
| 94 |
pcre this document |
pcre this document |
| 95 |
pcre-config show PCRE installation configuration information |
pcre-config show PCRE installation configuration information |
| 98 |
pcrecallout details of the callout feature |
pcrecallout details of the callout feature |
| 99 |
pcrecompat discussion of Perl compatibility |
pcrecompat discussion of Perl compatibility |
| 100 |
pcrecpp details of the C++ wrapper |
pcrecpp details of the C++ wrapper |
| 101 |
|
pcredemo a demonstration C program that uses PCRE |
| 102 |
pcregrep description of the <b>pcregrep</b> command |
pcregrep description of the <b>pcregrep</b> command |
| 103 |
pcrematching discussion of the two matching algorithms |
pcrematching discussion of the two matching algorithms |
| 104 |
pcrepartial details of the partial matching facility |
pcrepartial details of the partial matching facility |
| 107 |
pcreperform discussion of performance issues |
pcreperform discussion of performance issues |
| 108 |
pcreposix the POSIX-compatible C API |
pcreposix the POSIX-compatible C API |
| 109 |
pcreprecompile details of saving and re-using precompiled patterns |
pcreprecompile details of saving and re-using precompiled patterns |
| 110 |
pcresample discussion of the sample program |
pcresample discussion of the pcredemo program |
| 111 |
pcrestack discussion of stack usage |
pcrestack discussion of stack usage |
| 112 |
pcretest description of the <b>pcretest</b> testing command |
pcretest description of the <b>pcretest</b> testing command |
| 113 |
</pre> |
</pre> |
| 298 |
</P> |
</P> |
| 299 |
<br><a name="SEC6" href="#TOC1">REVISION</a><br> |
<br><a name="SEC6" href="#TOC1">REVISION</a><br> |
| 300 |
<P> |
<P> |
| 301 |
Last updated: 11 April 2009 |
Last updated: 01 September 2009 |
| 302 |
<br> |
<br> |
| 303 |
Copyright © 1997-2009 University of Cambridge. |
Copyright © 1997-2009 University of Cambridge. |
| 304 |
<br> |
<br> |