| 1 |
.TH PCRE 3 |
.TH PCRECOMPAT 3 |
| 2 |
.SH NAME |
.SH NAME |
| 3 |
PCRE - Perl-compatible regular expressions |
PCRE - Perl-compatible regular expressions |
| 4 |
.SH "DIFFERENCES BETWEEN PCRE AND PERL" |
.SH "DIFFERENCES BETWEEN PCRE AND PERL" |
| 114 |
.sp |
.sp |
| 115 |
(m) Patterns compiled by PCRE can be saved and re-used at a later time, even on |
(m) Patterns compiled by PCRE can be saved and re-used at a later time, even on |
| 116 |
different hosts that have the other endianness. |
different hosts that have the other endianness. |
| 117 |
|
.sp |
| 118 |
|
(n) The alternative matching function (\fBpcre_dfa_exec()\fP) matches in a |
| 119 |
|
different way and is not Perl-compatible. |
| 120 |
.P |
.P |
| 121 |
.in 0 |
.in 0 |
| 122 |
Last updated: 09 September 2004 |
Last updated: 28 February 2005 |
| 123 |
.br |
.br |
| 124 |
Copyright (c) 1997-2004 University of Cambridge. |
Copyright (c) 1997-2005 University of Cambridge. |