summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_get_startchar.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-03 17:13:00 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-03 17:13:00 +0000
commitdbde828d9540f7373f1f5d9fbf17880b9e045f7d (patch)
tree73924eb053b8b29cb91070334079138b58808645 /doc/html/pcre2_get_startchar.html
parent6a8bc7690a3773eef65bba413c1d5563f3bd63e8 (diff)
downloadpcre2-dbde828d9540f7373f1f5d9fbf17880b9e045f7d.tar.gz
Changed jit_stack_alloc to jit_stack_create.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@131 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_get_startchar.html')
-rw-r--r--doc/html/pcre2_get_startchar.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/html/pcre2_get_startchar.html b/doc/html/pcre2_get_startchar.html
index c9d0dfa..d2c28b2 100644
--- a/doc/html/pcre2_get_startchar.html
+++ b/doc/html/pcre2_get_startchar.html
@@ -27,9 +27,11 @@ DESCRIPTION
<P>
After a successful call of <b>pcre2_match()</b> that was passed the match block
that is this function's argument, this function returns the code unit offset of
-the character at which the successful match started. This can be different to
-the value of <i>ovector[0]</i> if the pattern contains the \K escape sequence.
-Note, however, that \K has no effect for a partial match.
+the character at which the successful match started. For a non-partial match,
+this can be different to the value of <i>ovector[0]</i> if the pattern contains
+the \K escape sequence. After a partial match, however, this value is always
+the same as <i>ovector[0]</i> because \K does not affect the result of a
+partial match.
</P>
<P>
There is a complete description of the PCRE2 native API in the