| 39 |
<i>stringptr</i> Where to put the string pointer |
<i>stringptr</i> Where to put the string pointer |
| 40 |
</pre> |
</pre> |
| 41 |
The memory in which the substring is placed is obtained by calling |
The memory in which the substring is placed is obtained by calling |
| 42 |
<b>pcre_malloc()</b>. The yield of the function is the length of the extracted |
<b>pcre_malloc()</b>. The convenience function <b>pcre_free_substring()</b> can |
| 43 |
substring, PCRE_ERROR_NOMEMORY if sufficient memory could not be obtained, or |
be used to free it when it is no longer needed. The yield of the function is |
| 44 |
PCRE_ERROR_NOSUBSTRING if the string name is invalid. |
the length of the extracted substring, PCRE_ERROR_NOMEMORY if sufficient memory |
| 45 |
|
could not be obtained, or PCRE_ERROR_NOSUBSTRING if the string name is invalid. |
| 46 |
</P> |
</P> |
| 47 |
<P> |
<P> |
| 48 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |