Diff for /embedaddon/pcre/doc/html/pcre_get_stringnumber.html between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 23:05:52 version 1.1.1.3, 2013/07/22 08:25:57
Line 22  SYNOPSIS Line 22  SYNOPSIS
 <b>int pcre_get_stringnumber(const pcre *<i>code</i>,</b>  <b>int pcre_get_stringnumber(const pcre *<i>code</i>,</b>
 <b>const char *<i>name</i>);</b>  <b>const char *<i>name</i>);</b>
 </P>  </P>
   <P>
   <b>int pcre16_get_stringnumber(const pcre16 *<i>code</i>,</b>
   <b>PCRE_SPTR16 <i>name</i>);</b>
   </P>
   <P>
   <b>int pcre32_get_stringnumber(const pcre32 *<i>code</i>,</b>
   <b>PCRE_SPTR32 <i>name</i>);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
Line 35  parenthesis in a compiled pattern. Its arguments are: Line 43  parenthesis in a compiled pattern. Its arguments are:
 The yield of the function is the number of the parenthesis if the name is  The yield of the function is the number of the parenthesis if the name is
 found, or PCRE_ERROR_NOSUBSTRING otherwise. When duplicate names are allowed  found, or PCRE_ERROR_NOSUBSTRING otherwise. When duplicate names are allowed
 (PCRE_DUPNAMES is set), it is not defined which of the numbers is returned by  (PCRE_DUPNAMES is set), it is not defined which of the numbers is returned by
<b>pcre_get_stringnumber()</b>. You can obtain the complete list by calling<b>pcre[16|32]_get_stringnumber()</b>. You can obtain the complete list by calling
<b>pcre_get_stringtable_entries()</b>.<b>pcre[16|32]_get_stringtable_entries()</b>.
 </P>  </P>
 <P>  <P>
 There is a complete description of the PCRE native API in the  There is a complete description of the PCRE native API in the

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>