[pcre-dev] [Bug 1689] Catch up with some of the replacement …

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1689] Catch up with some of the replacement syntax of the Boost regex engine
https://bugs.exim.org/show_bug.cgi?id=1689

Philip Hazel <ph10@???> changed:

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


--- Comment #3 from Philip Hazel <ph10@???> ---
I have implemented a new option, PCRE2_SUBSTITUTE_EXTENDED, for the
pcre2_substitute() function. This adds backslash processing (including case
forcing) and also conditional substitutions, using Bash-like syntax:
${name:+set string:unset string}. The code is now committed.

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