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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 96 - (hide annotations) (download)
Fri Mar 2 13:10:43 2007 UTC (6 years, 2 months ago) by nigel
File size: 1243 byte(s)
 r6896@hex:  nm | 2007-03-02 13:09:14 +0000
 Added EOL and keywork properties throughout

1 nigel 79 .TH PCRE_COPY_NAMED_SUBSTRING 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     .br
11 nigel 75 .B int pcre_copy_named_substring(const pcre *\fIcode\fP,
12 nigel 63 .ti +5n
13 nigel 75 .B const char *\fIsubject\fP, int *\fIovector\fP,
14 nigel 63 .ti +5n
15 nigel 75 .B int \fIstringcount\fP, const char *\fIstringname\fP,
16 nigel 63 .ti +5n
17 nigel 75 .B char *\fIbuffer\fP, int \fIbuffersize\fP);
18     .
19 nigel 63 .SH DESCRIPTION
20     .rs
21     .sp
22     This is a convenience function for extracting a captured substring, identified
23     by name, into a given buffer. The arguments are:
24 nigel 75 .sp
25     \fIcode\fP Pattern that was successfully matched
26     \fIsubject\fP Subject that has been successfully matched
27     \fIovector\fP Offset vector that \fBpcre_exec()\fP used
28     \fIstringcount\fP Value returned by \fBpcre_exec()\fP
29     \fIstringname\fP Name of the required substring
30     \fIbuffer\fP Buffer to receive the string
31     \fIbuffersize\fP Size of buffer
32     .sp
33 nigel 63 The yield is the length of the substring, PCRE_ERROR_NOMEMORY if the buffer was
34     too small, or PCRE_ERROR_NOSUBSTRING if the string name is invalid.
35 nigel 75 .P
36     There is a complete description of the PCRE native API in the
37 nigel 63 .\" HREF
38 nigel 75 \fBpcreapi\fP
39 nigel 63 .\"
40 nigel 75 page and a description of the POSIX API in the
41     .\" HREF
42     \fBpcreposix\fP
43     .\"
44 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