| 5 |
Release 7.2 30-Apr-07 |
Release 7.2 30-Apr-07 |
| 6 |
--------------------- |
--------------------- |
| 7 |
|
|
| 8 |
|
WARNING: saved patterns that were compiled by earlier versions of PCRE must be |
| 9 |
|
recompiled for use with 7.2 (necessitated by the addition of \K). |
| 10 |
|
|
| 11 |
Correction to the notes for 7.1: the note about shared libraries for Windows is |
Correction to the notes for 7.1: the note about shared libraries for Windows is |
| 12 |
wrong. Previously, three libraries were built, but each could function |
wrong. Previously, three libraries were built, but each could function |
| 13 |
independently. For example, the pcreposix library also included all the |
independently. For example, the pcreposix library also included all the |
| 22 |
|
|
| 23 |
(Not sure if this one is actually in Perl 5.10) |
(Not sure if this one is actually in Perl 5.10) |
| 24 |
(?(-n) and (?(+n) relative references as conditions. |
(?(-n) and (?(+n) relative references as conditions. |
| 25 |
|
|
| 26 |
|
\K to reset the start of the matched string; for example, (foo)\Kbar |
| 27 |
|
matches bar preceded by foo, but only sets bar as the matched string |
| 28 |
|
|
| 29 |
|
|
| 30 |
Release 7.1 24-Apr-07 |
Release 7.1 24-Apr-07 |