Diff for /embedaddon/pcre/doc/html/pcrepartial.html between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/07/22 08:25:57 version 1.1.1.5, 2014/06/15 19:46:05
Line 306  not retain the previously partially-matched string. It Line 306  not retain the previously partially-matched string. It
 program to do that if it needs to.  program to do that if it needs to.
 </P>  </P>
 <P>  <P>
   That means that, for an unanchored pattern, if a continued match fails, it is
   not possible to try again at a new starting point. All this facility is capable
   of doing is continuing with the previous match attempt. In the previous
   example, if the second set of data is "ug23" the result is no match, even
   though there would be a match for "aug23" if the entire string were given at
   once. Depending on the application, this may or may not be what you want.
   The only way to allow for starting again at the next character is to retain the
   matched part of the subject and try a new complete match.
   </P>
   <P>
 You can set the PCRE_PARTIAL_SOFT or PCRE_PARTIAL_HARD options with  You can set the PCRE_PARTIAL_SOFT or PCRE_PARTIAL_HARD options with
 PCRE_DFA_RESTART to continue partial matching over multiple segments. This  PCRE_DFA_RESTART to continue partial matching over multiple segments. This
 facility can be used to pass very long subject strings to the DFA matching  facility can be used to pass very long subject strings to the DFA matching
Line 490  Cambridge CB2 3QH, England. Line 500  Cambridge CB2 3QH, England.
 </P>  </P>
 <br><a name="SEC11" href="#TOC1">REVISION</a><br>  <br><a name="SEC11" href="#TOC1">REVISION</a><br>
 <P>  <P>
Last updated: 20 February 2013Last updated: 02 July 2013
 <br>  <br>
 Copyright &copy; 1997-2013 University of Cambridge.  Copyright &copy; 1997-2013 University of Cambridge.
 <br>  <br>

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>