--- code/trunk/NEWS 2007/06/13 14:55:18 181 +++ code/trunk/NEWS 2007/06/13 15:09:54 182 @@ -22,17 +22,17 @@ (?-n) and (?+n) relative references for recursion and subroutines. (?(-n) and (?(+n) relative references as conditions. - + \k{name} and \g{name} are synonyms for \k. \K to reset the start of the matched string; for example, (foo)\Kbar matches bar preceded by foo, but only sets bar as the matched string. - - (?| introduces a group where the capturing parentheses in each alternative - start from the same number; for example, (?|(abc)|(xyz)) sets capturing + + (?| introduces a group where the capturing parentheses in each alternative + start from the same number; for example, (?|(abc)|(xyz)) sets capturing parentheses number 1 in both cases. - - \h, \H, \v, \V match horizontal and vertical whitespace, respectively. + + \h, \H, \v, \V match horizontal and vertical whitespace, respectively. Release 7.1 24-Apr-07