| 261 |
remainder is output on the following line with a plus character following the |
remainder is output on the following line with a plus character following the |
| 262 |
capture number. |
capture number. |
| 263 |
.P |
.P |
| 264 |
|
The \fB/=\fP modifier requests that the values of all potential captured |
| 265 |
|
parentheses be output after a match by \fBpcre_exec()\fP. By default, only |
| 266 |
|
those up to the highest one actually used in the match are output |
| 267 |
|
(corresponding to the return code from \fBpcre_exec()\fP). Values in the |
| 268 |
|
offsets vector corresponding to higher numbers should be set to -1, and these |
| 269 |
|
are output as "<unset>". This modifier gives a way of checking that this is |
| 270 |
|
happening. |
| 271 |
|
.P |
| 272 |
The \fB/B\fP modifier is a debugging feature. It requests that \fBpcretest\fP |
The \fB/B\fP modifier is a debugging feature. It requests that \fBpcretest\fP |
| 273 |
output a representation of the compiled byte code after compilation. Normally |
output a representation of the compiled byte code after compilation. Normally |
| 274 |
this information contains length and offset values; however, if \fB/Z\fP is |
this information contains length and offset values; however, if \fB/Z\fP is |
| 823 |
.rs |
.rs |
| 824 |
.sp |
.sp |
| 825 |
.nf |
.nf |
| 826 |
Last updated: 11 July 2011 |
Last updated: 20 July 2011 |
| 827 |
Copyright (c) 1997-2011 University of Cambridge. |
Copyright (c) 1997-2011 University of Cambridge. |
| 828 |
.fi |
.fi |