>To check "$", there is no need to check another character. It justchecks > whether there *is* another character. Similarly, even somethinglike > (?!A) will fail if there are no more characters. It does not needto know > the value of the next character. >
'\z' need to know not value of next character but *it's presence*. And '\b' assertion must know next character. How can I check it right in multisegment string? Say, please, what appliance to 'hard' option kepped in mind if it can not operate with multisegment strings? -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
