| 268 |
created by a call to \fBpcre_study()\fP, and to set the PCRE_EXTRA_MARK flag |
created by a call to \fBpcre_study()\fP, and to set the PCRE_EXTRA_MARK flag |
| 269 |
and the \fBmark\fP field within it, every time that \fBpcre_exec()\fP is |
and the \fBmark\fP field within it, every time that \fBpcre_exec()\fP is |
| 270 |
called. If the variable that the \fBmark\fP field points to is non-NULL for a |
called. If the variable that the \fBmark\fP field points to is non-NULL for a |
| 271 |
match, non-match, or partial match, \fBpcretest\fP prints the string to which |
match, non-match, or partial match, \fBpcretest\fP prints the string to which |
| 272 |
it points. For a match, this is shown on a line by itself, tagged with "MK:". |
it points. For a match, this is shown on a line by itself, tagged with "MK:". |
| 273 |
For a non-match it is added to the message. |
For a non-match it is added to the message. |
| 274 |
.P |
.P |
| 275 |
The \fB/L\fP modifier must be followed directly by the name of a locale, for |
The \fB/L\fP modifier must be followed directly by the name of a locale, for |