157 |
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. |
158 |
The difference arises when there are multiple matching possibilities, because a |
The difference arises when there are multiple matching possibilities, because a |
159 |
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 |
160 |
call to fBpcre_dfa_exec()\fP. This means that as soon as the shortest match has |
call to \fBpcre_dfa_exec()\fP. This means that as soon as the shortest match has |
161 |
been found, continuation to a new subject segment is no longer possible. |
been found, continuation to a new subject segment is no longer possible. |
162 |
Consider this \fBpcretest\fP example: |
Consider this \fBpcretest\fP example: |
163 |
.sp |
.sp |