--- embedaddon/pcre/doc/html/pcre_copy_substring.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_copy_substring.html 2013/07/22 08:25:57 1.1.1.3 @@ -28,6 +28,11 @@ SYNOPSIS int stringcount, int stringnumber, PCRE_UCHAR16 *buffer, int buffersize);

+

+int pcre32_copy_substring(PCRE_SPTR32 subject, int *ovector, +int stringcount, int stringnumber, PCRE_UCHAR32 *buffer, +int buffersize); +


DESCRIPTION
@@ -36,8 +41,8 @@ This is a convenience function for extracting a captur buffer. The arguments are:
   subject       Subject that has been successfully matched
-  ovector       Offset vector that pcre[16]_exec() used
-  stringcount   Value returned by pcre[16]_exec()
+  ovector       Offset vector that pcre[16|32]_exec() used
+  stringcount   Value returned by pcre[16|32]_exec()
   stringnumber  Number of the required substring
   buffer        Buffer to receive the string
   buffersize    Size of buffer