--- code/trunk/doc/pcrepartial.3 2007/04/16 13:25:10 148 +++ code/trunk/doc/pcrepartial.3 2007/04/24 13:36:11 155 @@ -99,7 +99,7 @@ \fBpcre_dfa_exec()\fP matching (by means of the \eD escape sequence), produces the following output: .sp - re> /^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$/ + re> /^\ed?\ed(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\ed\ed$/ data> 25jun04\eP\eD 0: 25jun04 data> 23dec3\eP\eD @@ -126,7 +126,7 @@ are stored. Here is an example using \fBpcretest\fP, using the \eR escape sequence to set the PCRE_DFA_RESTART option (\eP and \eD are as above): .sp - re> /^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$/ + re> /^\ed?\ed(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\ed\ed$/ data> 23ja\eP\eD Partial match: 23ja data> n05\eR\eD