Diff for /embedaddon/pcre/doc/html/pcre_get_stringtable_entries.html between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:05:52 version 1.1.1.2, 2012/02/21 23:50:25
Line 22  SYNOPSIS Line 22  SYNOPSIS
 <b>int pcre_get_stringtable_entries(const pcre *<i>code</i>,</b>  <b>int pcre_get_stringtable_entries(const pcre *<i>code</i>,</b>
 <b>const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b>  <b>const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b>
 </P>  </P>
   <P>
   <b>int pcre16_get_stringtable_entries(const pcre16 *<i>code</i>,</b>
   <b>PCRE_SPTR16 <i>name</i>, PCRE_UCHAR16 **<i>first</i>, PCRE_UCHAR16 **<i>last</i>);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
Line 29  DESCRIPTION Line 33  DESCRIPTION
 This convenience function finds, for a compiled pattern, the first and last  This convenience function finds, for a compiled pattern, the first and last
 entries for a given name in the table that translates capturing parenthesis  entries for a given name in the table that translates capturing parenthesis
 names into numbers. When names are required to be unique (PCRE_DUPNAMES is  names into numbers. When names are required to be unique (PCRE_DUPNAMES is
<i>not</i> set), it is usually easier to use <b>pcre_get_stringnumber()</b><i>not</i> set), it is usually easier to use <b>pcre[16]_get_stringnumber()</b>
 instead.  instead.
 <pre>  <pre>
   <i>code</i>    Compiled regular expression    <i>code</i>    Compiled regular expression

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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