X7ROOT File Manager
Current Path:
/opt/alt/pcre802/usr/share/man/man3
opt
/
alt
/
pcre802
/
usr
/
share
/
man
/
man3
/
ðŸ“
..
📄
pcre.3
(12.35 KB)
📄
pcre_compile.3
(2.91 KB)
📄
pcre_compile2.3
(3 KB)
📄
pcre_config.3
(1.98 KB)
📄
pcre_copy_named_substring.3
(1.21 KB)
📄
pcre_copy_substring.3
(1.08 KB)
📄
pcre_dfa_exec.3
(3.85 KB)
📄
pcre_exec.3
(3.21 KB)
📄
pcre_free_substring.3
(580 B)
📄
pcre_free_substring_list.3
(577 B)
📄
pcre_fullinfo.3
(2.18 KB)
📄
pcre_get_named_substring.3
(1.34 KB)
📄
pcre_get_stringnumber.3
(987 B)
📄
pcre_get_stringtable_entries.3
(1.12 KB)
📄
pcre_get_substring.3
(1.24 KB)
📄
pcre_get_substring_list.3
(1.25 KB)
📄
pcre_info.3
(485 B)
📄
pcre_maketables.3
(723 B)
📄
pcre_refcount.3
(747 B)
📄
pcre_study.3
(1.11 KB)
📄
pcre_version.3
(470 B)
📄
pcreapi.3
(87.88 KB)
📄
pcrebuild.3
(12.57 KB)
📄
pcrecallout.3
(7.48 KB)
📄
pcrecompat.3
(6.8 KB)
📄
pcrecpp.3
(12.26 KB)
📄
pcrematching.3
(8.14 KB)
📄
pcrepartial.3
(15.9 KB)
📄
pcrepattern.3
(97.67 KB)
📄
pcreperform.3
(6.54 KB)
📄
pcreposix.3
(10.06 KB)
📄
pcreprecompile.3
(5.33 KB)
📄
pcresample.3
(2.71 KB)
📄
pcrestack.3
(6.88 KB)
📄
pcresyntax.3
(10.69 KB)
Editing: pcre_get_substring.3
.TH PCRE_GET_SUBSTRING 3 .SH NAME PCRE - Perl-compatible regular expressions .SH SYNOPSIS .rs .sp .B #include <pcre.h> .PP .SM .B int pcre_get_substring(const char *\fIsubject\fP, int *\fIovector\fP, .ti +5n .B int \fIstringcount\fP, int \fIstringnumber\fP, .ti +5n .B const char **\fIstringptr\fP); . .SH DESCRIPTION .rs .sp This is a convenience function for extracting a captured substring. 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 \fIstringnumber\fP Number of the required substring \fIstringptr\fP Where to put the string pointer .sp The memory in which the substring is placed is obtained by calling \fBpcre_malloc()\fP. The convenience function \fBpcre_free_substring()\fP can be used to free it when it is no longer needed. The yield of the function is the length of the substring, PCRE_ERROR_NOMEMORY if sufficient memory could not be obtained, or PCRE_ERROR_NOSUBSTRING if the string number is invalid. .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.
Upload File
Create Folder