| 1 |
.TH PCRE 3 |
.TH PCRE_COPY_SUBSTRING 3 |
| 2 |
.SH NAME |
.SH NAME |
| 3 |
PCRE - Perl-compatible regular expressions |
PCRE - Perl-compatible regular expressions |
| 4 |
.SH SYNOPSIS |
.SH SYNOPSIS |
| 27 |
\fIbuffer\fP Buffer to receive the string |
\fIbuffer\fP Buffer to receive the string |
| 28 |
\fIbuffersize\fP Size of buffer |
\fIbuffersize\fP Size of buffer |
| 29 |
.sp |
.sp |
| 30 |
The yield is the legnth of the string, PCRE_ERROR_NOMEMORY if the buffer was |
The yield is the length of the string, PCRE_ERROR_NOMEMORY if the buffer was |
| 31 |
too small, or PCRE_ERROR_NOSUBSTRING if the string number is invalid. |
too small, or PCRE_ERROR_NOSUBSTRING if the string number is invalid. |
| 32 |
.P |
.P |
| 33 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |