--- code/trunk/doc/pcretest.1 2007/04/16 13:25:10 148 +++ code/trunk/doc/pcretest.1 2007/04/16 15:28:08 149 @@ -157,18 +157,19 @@ The following table shows additional modifiers for setting PCRE options that do not correspond to anything in Perl: .sp - \fB/A\fP PCRE_ANCHORED - \fB/C\fP PCRE_AUTO_CALLOUT - \fB/E\fP PCRE_DOLLAR_ENDONLY - \fB/f\fP PCRE_FIRSTLINE - \fB/J\fP PCRE_DUPNAMES - \fB/N\fP PCRE_NO_AUTO_CAPTURE - \fB/U\fP PCRE_UNGREEDY - \fB/X\fP PCRE_EXTRA - \fB/\fP PCRE_NEWLINE_CR - \fB/\fP PCRE_NEWLINE_LF - \fB/\fP PCRE_NEWLINE_CRLF - \fB/\fP PCRE_NEWLINE_ANY + \fB/A\fP PCRE_ANCHORED + \fB/C\fP PCRE_AUTO_CALLOUT + \fB/E\fP PCRE_DOLLAR_ENDONLY + \fB/f\fP PCRE_FIRSTLINE + \fB/J\fP PCRE_DUPNAMES + \fB/N\fP PCRE_NO_AUTO_CAPTURE + \fB/U\fP PCRE_UNGREEDY + \fB/X\fP PCRE_EXTRA + \fB/\fP PCRE_NEWLINE_CR + \fB/\fP PCRE_NEWLINE_LF + \fB/\fP PCRE_NEWLINE_CRLF + \fB/\fP PCRE_NEWLINE_ANY + \fB/\fP PCRE_NEWLINE_ANY .sp Those specifying line ending sequencess are literal strings as shown. This example sets multiline matching with CRLF as the line ending sequence: @@ -372,6 +373,9 @@ \e pass the PCRE_NEWLINE_CRLF option to \fBpcre_exec()\fP or \fBpcre_dfa_exec()\fP .\" JOIN + \e pass the PCRE_NEWLINE_ANYCRLF option to \fBpcre_exec()\fP + or \fBpcre_dfa_exec()\fP +.\" JOIN \e pass the PCRE_NEWLINE_ANY option to \fBpcre_exec()\fP or \fBpcre_dfa_exec()\fP .sp @@ -686,6 +690,6 @@ .rs .sp .nf -Last updated: 06 March 2007 +Last updated: 16 April 2007 Copyright (c) 1997-2007 University of Cambridge. .fi