71 |
.P |
.P |
72 |
If PCRE_PARTIAL is set for a pattern that does not conform to the restrictions, |
If PCRE_PARTIAL is set for a pattern that does not conform to the restrictions, |
73 |
\fBpcre_exec()\fP returns the error code PCRE_ERROR_BADPARTIAL (-13). |
\fBpcre_exec()\fP returns the error code PCRE_ERROR_BADPARTIAL (-13). |
74 |
You can use the PCRE_INFO_OKPARTIAL call to \fBpcre_fullinfo()\fP to find out |
You can use the PCRE_INFO_OKPARTIAL call to \fBpcre_fullinfo()\fP to find out |
75 |
if a compiled pattern can be used for partial matching. |
if a compiled pattern can be used for partial matching. |
76 |
. |
. |
77 |
. |
. |