| 35 |
Setting a partial matching option disables two of PCRE's optimizations. PCRE |
Setting a partial matching option disables two of PCRE's optimizations. PCRE |
| 36 |
remembers the last literal byte in a pattern, and abandons matching immediately |
remembers the last literal byte in a pattern, and abandons matching immediately |
| 37 |
if such a byte is not present in the subject string. This optimization cannot |
if such a byte is not present in the subject string. This optimization cannot |
| 38 |
be used for a subject string that might match only partially. If the pattern |
be used for a subject string that might match only partially. If the pattern |
| 39 |
was studied, PCRE knows the minimum length of a matching string, and does not |
was studied, PCRE knows the minimum length of a matching string, and does not |
| 40 |
bother to run the matching function on shorter strings. This optimization is |
bother to run the matching function on shorter strings. This optimization is |
| 41 |
also disabled for partial matching. |
also disabled for partial matching. |
| 42 |
. |
. |
| 43 |
. |
. |