169 |
options that do not correspond to anything in Perl: |
options that do not correspond to anything in Perl: |
170 |
.sp |
.sp |
171 |
\fB/8\fP PCRE_UTF8 |
\fB/8\fP PCRE_UTF8 |
172 |
\fB/?\fP PCRE_NO_UTF8_CHECK |
\fB/?\fP PCRE_NO_UTF8_CHECK |
173 |
\fB/A\fP PCRE_ANCHORED |
\fB/A\fP PCRE_ANCHORED |
174 |
\fB/C\fP PCRE_AUTO_CALLOUT |
\fB/C\fP PCRE_AUTO_CALLOUT |
175 |
\fB/E\fP PCRE_DOLLAR_ENDONLY |
\fB/E\fP PCRE_DOLLAR_ENDONLY |
177 |
\fB/J\fP PCRE_DUPNAMES |
\fB/J\fP PCRE_DUPNAMES |
178 |
\fB/N\fP PCRE_NO_AUTO_CAPTURE |
\fB/N\fP PCRE_NO_AUTO_CAPTURE |
179 |
\fB/U\fP PCRE_UNGREEDY |
\fB/U\fP PCRE_UNGREEDY |
180 |
\fB/W\fP PCRE_UCP |
\fB/W\fP PCRE_UCP |
181 |
\fB/X\fP PCRE_EXTRA |
\fB/X\fP PCRE_EXTRA |
182 |
\fB/<JS>\fP PCRE_JAVASCRIPT_COMPAT |
\fB/<JS>\fP PCRE_JAVASCRIPT_COMPAT |
183 |
\fB/<cr>\fP PCRE_NEWLINE_CR |
\fB/<cr>\fP PCRE_NEWLINE_CR |
201 |
.\" HREF |
.\" HREF |
202 |
\fBpcreapi\fP |
\fBpcreapi\fP |
203 |
.\" |
.\" |
204 |
documentation. |
documentation. |
205 |
. |
. |
206 |
. |
. |
207 |
.SS "Finding all matches in a string" |
.SS "Finding all matches in a string" |
291 |
.rs |
.rs |
292 |
.sp |
.sp |
293 |
The \fB/P\fP modifier causes \fBpcretest\fP to call PCRE via the POSIX wrapper |
The \fB/P\fP modifier causes \fBpcretest\fP to call PCRE via the POSIX wrapper |
294 |
API rather than its native API. When \fB/P\fP is set, the following modifiers |
API rather than its native API. When \fB/P\fP is set, the following modifiers |
295 |
set options for the \fBregcomp()\fP function: |
set options for the \fBregcomp()\fP function: |
296 |
.sp |
.sp |
297 |
/i REG_ICASE |
/i REG_ICASE |
298 |
/m REG_NEWLINE |
/m REG_NEWLINE |
299 |
/N REG_NOSUB |
/N REG_NOSUB |
300 |
/s REG_DOTALL ) |
/s REG_DOTALL ) |
301 |
/U REG_UNGREEDY ) These options are not part of |
/U REG_UNGREEDY ) These options are not part of |
302 |
/W REG_UCP ) the POSIX standard |
/W REG_UCP ) the POSIX standard |
303 |
/8 REG_UTF8 ) |
/8 REG_UTF8 ) |
304 |
.sp |
.sp |