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

« back to all changes in this revision

Viewing changes to doc/html/pcre_copy_substring.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:
23
23
<b>int <i>stringcount</i>, int <i>stringnumber</i>, char *<i>buffer</i>,</b>
24
24
<b>int <i>buffersize</i>);</b>
25
25
</P>
 
26
<P>
 
27
<b>int pcre16_copy_substring(PCRE_SPTR16 <i>subject</i>, int *<i>ovector</i>,</b>
 
28
<b>int <i>stringcount</i>, int <i>stringnumber</i>, PCRE_UCHAR16 *<i>buffer</i>,</b>
 
29
<b>int <i>buffersize</i>);</b>
 
30
</P>
26
31
<br><b>
27
32
DESCRIPTION
28
33
</b><br>
31
36
buffer. The arguments are:
32
37
<pre>
33
38
  <i>subject</i>       Subject that has been successfully matched
34
 
  <i>ovector</i>       Offset vector that <b>pcre_exec()</b> used
35
 
  <i>stringcount</i>   Value returned by <b>pcre_exec()</b>
 
39
  <i>ovector</i>       Offset vector that <b>pcre[16]_exec()</b> used
 
40
  <i>stringcount</i>   Value returned by <b>pcre[16]_exec()</b>
36
41
  <i>stringnumber</i>  Number of the required substring
37
42
  <i>buffer</i>        Buffer to receive the string
38
43
  <i>buffersize</i>    Size of buffer