PATH:
opt
/
alt
/
pcre802
/
usr
/
share
/
man
/
man3
.TH PCRE_GET_SUBSTRING_LIST 3 .SH NAME PCRE - Perl-compatible regular expressions .SH SYNOPSIS .rs .sp .B #include <pcre.h> .PP .SM .B int pcre_get_substring_list(const char *\fIsubject\fP, .ti +5n .B int *\fIovector\fP, int \fIstringcount\fP, "const char ***\fIlistptr\fP);" . .SH DESCRIPTION .rs .sp This is a convenience function for extracting a list of all the captured substrings. The arguments are: .sp \fIsubject\fP Subject that has been successfully matched \fIovector\fP Offset vector that \fBpcre_exec\fP used \fIstringcount\fP Value returned by \fBpcre_exec\fP \fIlistptr\fP Where to put a pointer to the list .sp The memory in which the substrings and the list are placed is obtained by calling \fBpcre_malloc()\fP. The convenience function \fBpcre_free_substring_list()\fP can be used to free it when it is no longer needed. A pointer to a list of pointers is put in the variable whose address is in \fIlistptr\fP. The list is terminated by a NULL pointer. The yield of the function is zero on success or PCRE_ERROR_NOMEMORY if sufficient memory could not be obtained. .P There is a complete description of the PCRE native API in the .\" HREF \fBpcreapi\fP .\" page and a description of the POSIX API in the .\" HREF \fBpcreposix\fP .\" page.
[-] pcrestack.3
[edit]
[-] pcre_get_stringtable_entries.3
[edit]
[-] pcre_refcount.3
[edit]
[-] pcre_maketables.3
[edit]
[-] pcre_compile.3
[edit]
[-] pcre_copy_named_substring.3
[edit]
[-] pcre_study.3
[edit]
[-] pcre_get_substring.3
[edit]
[-] pcrepattern.3
[edit]
[-] pcrematching.3
[edit]
[-] pcre_exec.3
[edit]
[-] pcre_free_substring_list.3
[edit]
[-] pcre_config.3
[edit]
[-] pcreapi.3
[edit]
[-] pcresyntax.3
[edit]
[+]
..
[-] pcrecompat.3
[edit]
[-] pcre_free_substring.3
[edit]
[-] pcre_compile2.3
[edit]
[-] pcre_dfa_exec.3
[edit]
[-] pcre_get_stringnumber.3
[edit]
[-] pcrecallout.3
[edit]
[-] pcre_get_named_substring.3
[edit]
[-] pcreprecompile.3
[edit]
[-] pcre_version.3
[edit]
[-] pcreposix.3
[edit]
[-] pcrecpp.3
[edit]
[-] pcre_info.3
[edit]
[-] pcrepartial.3
[edit]
[-] pcrebuild.3
[edit]
[-] pcre_get_substring_list.3
[edit]
[-] pcre.3
[edit]
[-] pcreperform.3
[edit]
[-] pcresample.3
[edit]
[-] pcre_copy_substring.3
[edit]
[-] pcre_fullinfo.3
[edit]