115 |
that were passed to <b>pcre_exec()</b>. |
that were passed to <b>pcre_exec()</b>. |
116 |
</P> |
</P> |
117 |
<P> |
<P> |
118 |
The <i>start_match</i> field contains the offset within the subject at which the |
The <i>start_match</i> field normally contains the offset within the subject at |
119 |
current match attempt started. If the pattern is not anchored, the callout |
which the current match attempt started. However, if the escape sequence \K |
120 |
function may be called several times from the same point in the pattern for |
has been encountered, this value is changed to reflect the modified starting |
121 |
different starting points in the subject. |
point. If the pattern is not anchored, the callout function may be called |
122 |
|
several times from the same point in the pattern for different starting points |
123 |
|
in the subject. |
124 |
</P> |
</P> |
125 |
<P> |
<P> |
126 |
The <i>current_position</i> field contains the offset within the subject of the |
The <i>current_position</i> field contains the offset within the subject of the |
192 |
</P> |
</P> |
193 |
<br><a name="SEC6" href="#TOC1">REVISION</a><br> |
<br><a name="SEC6" href="#TOC1">REVISION</a><br> |
194 |
<P> |
<P> |
195 |
Last updated: 06 March 2007 |
Last updated: 29 May 2007 |
196 |
<br> |
<br> |
197 |
Copyright © 1997-2007 University of Cambridge. |
Copyright © 1997-2007 University of Cambridge. |
198 |
<br> |
<br> |