PCRE2Project / pcre2

PCRE2 development is now based here.
Other
918 stars 191 forks source link

Improve repeated matching of newlines #554

Closed zherczeg closed 2 weeks ago

zherczeg commented 2 weeks ago

The tricky part is that newlines can be two character long, and can start at the middle of \r\n.

I also accidentally found an old bug and fixed it. It requires a somewhat complicated pattern.