[pcre-dev] Problem with "any" newline

Góra strony
Delete this message
Autor: Sheri
Data:  
Dla: pcre-dev
CC: pcre-dev
Temat: [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