| 51 |
slots in the offset vector, the offsets of the first-encountered partial |
slots in the offset vector, the offsets of the first-encountered partial |
| 52 |
match are set in them when PCRE_ERROR_PARTIAL is returned. |
match are set in them when PCRE_ERROR_PARTIAL is returned. |
| 53 |
|
|
| 54 |
|
10. Partial matching has been split into two forms: PCRE_PARTIAL_SOFT, which is |
| 55 |
|
synonymous with PCRE_PARTIAL, for backwards compatibility, and |
| 56 |
|
PCRE_PARTIAL_HARD, which causes a longer partial match to supersede a |
| 57 |
|
shorter full match, and may be more useful for multi-segment matching, |
| 58 |
|
especially with pcre_exec(). |
| 59 |
|
|
| 60 |
|
|
| 61 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |
| 62 |
--------------------- |
--------------------- |