Hi, could somebody please check the following paragraph in reference/pcre/constants.xml
rows 59-63: If this flag is set, for every occuring match the appendant string offset will also be returned. Note that this changes the return value in an array where very element is an array consisting of the matched string at offset 0 and it's string offset into subject at offset 1. ... There are at least three typos (value_s_, _e_very, its instead of it's) and maybe "... string offset into subject ..." isn't correct, too (?). Don't know how to correct and translate this last piece. Martin