| 36 |
(d) \K resets the start of the current match so that everything before |
(d) \K resets the start of the current match so that everything before |
| 37 |
is not part of it. |
is not part of it. |
| 38 |
|
|
| 39 |
|
(e) \k{name} is synonymous with \k<name> and \k'name' (.NET compatible). |
| 40 |
|
|
| 41 |
|
(f) \g{name} is another synonym - part of Perl 5.10's unification of |
| 42 |
|
reference syntax. |
| 43 |
|
|
| 44 |
7. Added two new calls to pcre_fullinfo(): PCRE_INFO_OKPARTIAL and |
7. Added two new calls to pcre_fullinfo(): PCRE_INFO_OKPARTIAL and |
| 45 |
PCRE_INFO_JCHANGED. |
PCRE_INFO_JCHANGED. |
| 46 |
|
|
| 47 |
|
8. A pattern such as (.*(.)?)* caused pcre_exec() to fail by either not |
| 48 |
|
terminating or by crashing. Diagnosed by Viktor Griph; it was in the code |
| 49 |
|
for detecting groups that can match an empty string. |
| 50 |
|
|
| 51 |
|
|
| 52 |
Version 7.1 24-Apr-07 |
Version 7.1 24-Apr-07 |
| 53 |
--------------------- |
--------------------- |