92 |
<P> |
<P> |
93 |
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, |
94 |
<b>pcre_exec()</b> returns the error code PCRE_ERROR_BADPARTIAL (-13). |
<b>pcre_exec()</b> returns the error code PCRE_ERROR_BADPARTIAL (-13). |
95 |
|
You can use the PCRE_INFO_OKPARTIAL call to <b>pcre_fullinfo()</b> to find out |
96 |
|
if a compiled pattern can be used for partial matching. |
97 |
</P> |
</P> |
98 |
<br><a name="SEC3" href="#TOC1">EXAMPLE OF PARTIAL MATCHING USING PCRETEST</a><br> |
<br><a name="SEC3" href="#TOC1">EXAMPLE OF PARTIAL MATCHING USING PCRETEST</a><br> |
99 |
<P> |
<P> |
233 |
</P> |
</P> |
234 |
<br><a name="SEC6" href="#TOC1">REVISION</a><br> |
<br><a name="SEC6" href="#TOC1">REVISION</a><br> |
235 |
<P> |
<P> |
236 |
Last updated: 06 March 2007 |
Last updated: 04 June 2007 |
237 |
<br> |
<br> |
238 |
Copyright © 1997-2007 University of Cambridge. |
Copyright © 1997-2007 University of Cambridge. |
239 |
<br> |
<br> |