~ubuntu-branches/ubuntu/trusty/pcre3/trusty

« back to all changes in this revision

Viewing changes to doc/html/pcre_get_stringtable_entries.html

  • Committer: Package Import Robot
  • Author(s): Mark Baker
  • Date: 2012-03-23 22:34:54 UTC
  • mfrom: (23.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120323223454-grhqqolk8a7x1h24
Tags: 1:8.30-4
* Reluctantly using an epoch, as it seems the funny version number with
  extra dots causes problems
* Bumped standard version to 3.9.3. No changes needed
* Converted to use new source format / quilt
* Put back obsolete pcre_info() API that upstream have dropped (Closes:
  #665300, #665356)
* Don't include pcregrep binary in debug package

Thanks to Elimar Riesebieter for the conversion to the new source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
<b>int pcre_get_stringtable_entries(const pcre *<i>code</i>,</b>
23
23
<b>const char *<i>name</i>, char **<i>first</i>, char **<i>last</i>);</b>
24
24
</P>
 
25
<P>
 
26
<b>int pcre16_get_stringtable_entries(const pcre16 *<i>code</i>,</b>
 
27
<b>PCRE_SPTR16 <i>name</i>, PCRE_UCHAR16 **<i>first</i>, PCRE_UCHAR16 **<i>last</i>);</b>
 
28
</P>
25
29
<br><b>
26
30
DESCRIPTION
27
31
</b><br>
29
33
This convenience function finds, for a compiled pattern, the first and last
30
34
entries for a given name in the table that translates capturing parenthesis
31
35
names into numbers. When names are required to be unique (PCRE_DUPNAMES is
32
 
<i>not</i> set), it is usually easier to use <b>pcre_get_stringnumber()</b>
 
36
<i>not</i> set), it is usually easier to use <b>pcre[16]_get_stringnumber()</b>
33
37
instead.
34
38
<pre>
35
39
  <i>code</i>    Compiled regular expression