Re: [pcre-dev] Partial match at end of subject

トップ ページ
このメッセージを削除
著者: ND
日付:  
To: Pcre-dev
題目: Re: [pcre-dev] Partial match at end of subject
On 2019-07-11 16:18, ph10 wrote:

>Why? "Partial match" means "if you add some more characters to the
> subject, it MAY match". If you add "x", it matches.
>


I guess you told about second example (in first example "x" don't adds). I
believed empty match at the end of string is not counted as partial.