| 178 |
always produce exactly the same result as matching over one single long string. |
always produce exactly the same result as matching over one single long string. |
| 179 |
The difference arises when there are multiple matching possibilities, because a |
The difference arises when there are multiple matching possibilities, because a |
| 180 |
partial match result is given only when there are no completed matches in a |
partial match result is given only when there are no completed matches in a |
| 181 |
call to fBpcre_dfa_exec()\fP. This means that as soon as the shortest match has |
call to <b>pcre_dfa_exec()</b>. This means that as soon as the shortest match has |
| 182 |
been found, continuation to a new subject segment is no longer possible. |
been found, continuation to a new subject segment is no longer possible. |
| 183 |
Consider this <b>pcretest</b> example: |
Consider this <b>pcretest</b> example: |
| 184 |
<pre> |
<pre> |