2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 1.08 27-Mar-98 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. Add PCRE_UNGREEDY to invert the greediness of quantifiers. |
9 |
|
|
10 |
|
2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The |
11 |
|
latter must appear before anything that relies on it in the pattern. |
12 |
|
|
13 |
|
|
14 |
|
Version 1.07 16-Feb-98 |
15 |
|
---------------------- |
16 |
|
|
17 |
|
1. A pattern such as /((a)*)*/ was not being diagnosed as in error (unlimited |
18 |
|
repeat of a potentially empty string). |
19 |
|
|
20 |
|
|
21 |
Version 1.06 23-Jan-98 |
Version 1.06 23-Jan-98 |
22 |
---------------------- |
---------------------- |
23 |
|
|