[pcre-dev] Problem with "any" newline

Top Pagina
Delete this message
Auteur: Sheri
Datum:  
Aan: pcre-dev
CC: pcre-dev
Onderwerp: [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