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

Contents of /code/trunk/doc/pcre_get_substring_list.3

Parent Directory Parent Directory | Revision Log Revision Log


Revision 63 - (hide annotations) (download)
Sat Feb 24 21:40:03 2007 UTC (6 years, 2 months ago) by nigel
File size: 817 byte(s)
Load pcre-4.0 into code/trunk.

1 nigel 63 .TH PCRE 3
2     .SH NAME
3     PCRE - Perl-compatible regular expressions
4     .SH SYNOPSIS
5     .rs
6     .sp
7     .B #include <pcre.h>
8     .PP
9     .SM
10     .br
11     .B int pcre_get_substring_list(const char *\fIsubject\fR,
12     .ti +5n
13     .B int *\fIovector\fR, int \fIstringcount\fR, "const char ***\fIlistptr\fR);"
14    
15     .SH DESCRIPTION
16     .rs
17     .sp
18     This is a convenience function for extracting a list of all the captured
19     substrings. The arguments are:
20    
21     \fIsubject\fR Subject that has been successfully matched
22     \fIovector\fR Offset vector that \fBpcre_exec\fR used
23     \fIstringcount\fR Value returned by \fBpcre_exec\fR
24     \fIlistptr\fR Where to put a pointer to the list
25    
26     The yield is zero on success or PCRE_ERROR_NOMEMORY if sufficient memory could
27     not be obtained.
28    
29     There is a complete description of the PCRE API in the
30     .\" HREF
31     \fBpcreapi\fR
32     .\"
33     page.

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12