| 58 |
10. Partial matching has been split into two forms: PCRE_PARTIAL_SOFT, which is |
10. Partial matching has been split into two forms: PCRE_PARTIAL_SOFT, which is |
| 59 |
synonymous with PCRE_PARTIAL, for backwards compatibility, and |
synonymous with PCRE_PARTIAL, for backwards compatibility, and |
| 60 |
PCRE_PARTIAL_HARD, which causes a partial match to supersede a full match, |
PCRE_PARTIAL_HARD, which causes a partial match to supersede a full match, |
| 61 |
and may be more useful for multi-segment matching, especially with |
and may be more useful for multi-segment matching. |
|
pcre_exec(). |
|
| 62 |
|
|
| 63 |
11. Partial matching with pcre_exec() is now more intuitive. A partial match |
11. Partial matching with pcre_exec() is now more intuitive. A partial match |
| 64 |
used to be given if ever the end of the subject was reached; now it is |
used to be given if ever the end of the subject was reached; now it is |