/[pcre]/code/trunk/doc/pcre_exec.3
ViewVC logotype

Diff of /code/trunk/doc/pcre_exec.3

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 91 by nigel, Sat Feb 24 21:41:34 2007 UTC revision 231 by ph10, Tue Sep 11 11:15:33 2007 UTC
# Line 7  PCRE - Perl-compatible regular expressio Line 7  PCRE - Perl-compatible regular expressio
7  .B #include <pcre.h>  .B #include <pcre.h>
8  .PP  .PP
9  .SM  .SM
 .br  
10  .B int pcre_exec(const pcre *\fIcode\fP, "const pcre_extra *\fIextra\fP,"  .B int pcre_exec(const pcre *\fIcode\fP, "const pcre_extra *\fIextra\fP,"
11  .ti +5n  .ti +5n
12  .B "const char *\fIsubject\fP," int \fIlength\fP, int \fIstartoffset\fP,  .B "const char *\fIsubject\fP," int \fIlength\fP, int \fIstartoffset\fP,
# Line 35  offsets to captured substrings. Its argu Line 34  offsets to captured substrings. Its argu
34  The options are:  The options are:
35  .sp  .sp
36    PCRE_ANCHORED      Match only at the first position    PCRE_ANCHORED      Match only at the first position
37      PCRE_BSR_ANYCRLF   \eR matches only CR, LF, or CRLF
38      PCRE_BSR_UNICODE   \eR matches all Unicode line endings
39      PCRE_NEWLINE_ANY   Recognize any Unicode newline sequence
40      PCRE_NEWLINE_ANYCRLF  Recognize CR, LF, and CRLF as newline sequences
41    PCRE_NEWLINE_CR    Set CR as the newline sequence    PCRE_NEWLINE_CR    Set CR as the newline sequence
42    PCRE_NEWLINE_CRLF  Set CRLF as the newline sequence    PCRE_NEWLINE_CRLF  Set CRLF as the newline sequence
43    PCRE_NEWLINE_LF    Set LF as the newline sequence    PCRE_NEWLINE_LF    Set LF as the newline sequence
# Line 47  The options are: Line 50  The options are:
50    PCRE_PARTIAL       Return PCRE_ERROR_PARTIAL for a partial match    PCRE_PARTIAL       Return PCRE_ERROR_PARTIAL for a partial match
51  .sp  .sp
52  There are restrictions on what may appear in a pattern when partial matching is  There are restrictions on what may appear in a pattern when partial matching is
53  requested.  requested. For details, see the
54    .\" HREF
55    \fBpcrepartial\fP
56    .\"
57    page.
58  .P  .P
59  A \fBpcre_extra\fP structure contains the following fields:  A \fBpcre_extra\fP structure contains the following fields:
60  .sp  .sp

Legend:
Removed from v.91  
changed lines
  Added in v.231

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12