--- code/trunk/ChangeLog 2007/05/09 15:53:54 167 +++ code/trunk/ChangeLog 2007/06/04 10:49:21 169 @@ -32,6 +32,12 @@ (c) Conditions that refer to capturing parentheses can be specified relatively, for example, (?(-2)... or (?(+3)... + + (d) \K resets the start of the current match so that everything before + is not part of it. + + 7. Added two new calls to pcre_fullinfo(): PCRE_INFO_OKPARTIAL and + PCRE_INFO_JCHANGED. Version 7.1 24-Apr-07