| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
|
|
| 5 |
|
Version 2.03 02-Feb-99 |
| 6 |
|
---------------------- |
| 7 |
|
|
| 8 |
|
1. Fixed typo and small mistake in man page. |
| 9 |
|
|
| 10 |
|
2. Added 4th condition (GPL supersedes) and created separate LICENCE file. |
| 11 |
|
|
| 12 |
|
3. Updated pcretest so that patterns such as /abc\/def/ work like they do in |
| 13 |
|
Perl, that is the internal \ allows the delimiter to be included in the |
| 14 |
|
pattern. Locked out the use of \ as a delimiter. If \ immediately follows |
| 15 |
|
the final delimiter, add \ to the end of the pattern (to test the error). |
| 16 |
|
|
| 17 |
|
4. Added the convenience functions for extracting substrings after a successful |
| 18 |
|
match. Updated pcretest to make it able to test these functions. |
| 19 |
|
|
| 20 |
|
|
| 21 |
Version 2.02 14-Jan-99 |
Version 2.02 14-Jan-99 |
| 22 |
---------------------- |
---------------------- |
| 23 |
|
|