[pcre-dev] [Bug 2536] linefeed match error

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2536] linefeed match error
https://bugs.exim.org/show_bug.cgi?id=2536

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID


--- Comment #1 from Philip Hazel <ph10@???> ---
1. PCRE1 (the 8.xx series) is obsolete. The current release (8.44) may well be
the last. PCRE2 (the 10.xx series) is where current development happens.

2. However, this is not a bug. The "$" character, by default, matches at the
end of the subject string or immediately before a final line ending. If you do
not want this normal Perl-style action, set the PCRE2_DOLLAR_END_ONLY option or
use \z instead of $.

--
You are receiving this mail because:
You are on the CC list for the bug.