[pcre-dev] Problem with "any" newline

トップ ページ
このメッセージを削除
著者: Sheri
日付:  
To: pcre-dev
CC: pcre-dev
題目: [pcre-dev] Problem with "any" newline
Hi Philip,

This seems to be still be a problem:
/(?m)^$/<any>
abc\r\n\r\n

There should be a match at offset 5, reporting "No Match"

Same pattern, adding "g" seems to find two matches, but there is only
one empty line.

Regards,
Sheri