Autor: Sheri
Data:
A: pcre-dev
CC: pcre-dev
Assumpte: [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