/[pcre]/code/trunk/doc/html/pcre_get_named_substring.html
ViewVC logotype

Diff of /code/trunk/doc/html/pcre_get_named_substring.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 92 by nigel, Sat Feb 24 21:40:37 2007 UTC revision 93 by nigel, Sat Feb 24 21:41:42 2007 UTC
# Line 39  arguments are: Line 39  arguments are:
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

Legend:
Removed from v.92  
changed lines
  Added in v.93

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12