Re: [pcre-dev] 'Hard' partial matching don't work with some …

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] 'Hard' partial matching don't work with some assertions
>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?