version 1.1.1.1, 2012/02/21 23:05:52
|
version 1.1.1.2, 2012/02/21 23:50:25
|
Line 21 regular expressions. The differences described here ar
|
Line 21 regular expressions. The differences described here ar
|
versions 5.10 and above. |
versions 5.10 and above. |
</P> |
</P> |
<P> |
<P> |
1. PCRE has only a subset of Perl's UTF-8 and Unicode support. Details of what | 1. PCRE has only a subset of Perl's Unicode support. Details of what it does |
it does have are given in the | have are given in the |
<a href="pcreunicode.html"><b>pcreunicode</b></a> |
<a href="pcreunicode.html"><b>pcreunicode</b></a> |
page. |
page. |
</P> |
</P> |
Line 181 different hosts that have the other endianness. Howeve
|
Line 181 different hosts that have the other endianness. Howeve
|
optimized data created by the just-in-time compiler. |
optimized data created by the just-in-time compiler. |
<br> |
<br> |
<br> |
<br> |
(k) The alternative matching function (<b>pcre_dfa_exec()</b>) matches in a | (k) The alternative matching functions (<b>pcre_dfa_exec()</b> and |
different way and is not Perl-compatible. | <b>pcre16_dfa_exec()</b>) match in a different way and are not Perl-compatible. |
<br> |
<br> |
<br> |
<br> |
(l) PCRE recognizes some special sequences such as (*CR) at the start of |
(l) PCRE recognizes some special sequences such as (*CR) at the start of |
Line 203 Cambridge CB2 3QH, England.
|
Line 203 Cambridge CB2 3QH, England.
|
REVISION |
REVISION |
</b><br> |
</b><br> |
<P> |
<P> |
Last updated: 14 November 2011 | Last updated: 08 Januray 2012 |
<br> |
<br> |
Copyright © 1997-2011 University of Cambridge. | Copyright © 1997-2012 University of Cambridge. |
<br> |
<br> |
<p> |
<p> |
Return to the <a href="index.html">PCRE index page</a>. |
Return to the <a href="index.html">PCRE index page</a>. |