/[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 99 - (hide annotations) (download)
Tue Mar 6 12:27:42 2007 UTC (6 years, 3 months ago) by ph10
File size: 1285 byte(s)
1. Move the comment about version numbers from pcre.h.in to configure.ac 
because that's where they are now set.
2. Update all the man pages to remove the use of .br and .in because this
causes trouble for some HTML converters. Also standardised the final sections 
giving author information and revision date.
3. Update the maintain/132html man page converter to handle .nf/.fi and to barf 
at .br/.in.

1 nigel 79 .TH PCRE_GET_SUBSTRING_LIST 3
2 nigel 63 .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 nigel 75 .B int pcre_get_substring_list(const char *\fIsubject\fP,
11 nigel 63 .ti +5n
12 nigel 75 .B int *\fIovector\fP, int \fIstringcount\fP, "const char ***\fIlistptr\fP);"
13     .
14 nigel 63 .SH DESCRIPTION
15     .rs
16     .sp
17     This is a convenience function for extracting a list of all the captured
18     substrings. The arguments are:
19 nigel 75 .sp
20     \fIsubject\fP Subject that has been successfully matched
21     \fIovector\fP Offset vector that \fBpcre_exec\fP used
22     \fIstringcount\fP Value returned by \fBpcre_exec\fP
23     \fIlistptr\fP Where to put a pointer to the list
24     .sp
25     The memory in which the substrings and the list are placed is obtained by
26 nigel 93 calling \fBpcre_malloc()\fP. The convenience function
27     \fBpcre_free_substring_list()\fP can be used to free it when it is no longer
28     needed. A pointer to a list of pointers is put in the variable whose address is
29     in \fIlistptr\fP. The list is terminated by a NULL pointer. The yield of the
30     function is zero on success or PCRE_ERROR_NOMEMORY if sufficient memory could
31     not be obtained.
32 nigel 75 .P
33     There is a complete description of the PCRE native API in the
34 nigel 63 .\" HREF
35 nigel 75 \fBpcreapi\fP
36 nigel 63 .\"
37 nigel 75 page and a description of the POSIX API in the
38     .\" HREF
39     \fBpcreposix\fP
40     .\"
41 nigel 63 page.

Properties

Name Value
svn:eol-style native
svn:keywords "Author Date Id Revision Url"

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12