[pcre-dev] [Bug 2674] Regex stop or skip (at) whitespace but…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2674] Regex stop or skip (at) whitespace but works perfectly using external regex tool
https://bugs.exim.org/show_bug.cgi?id=2674

Philip Hazel <Philip.Hazel@???> changed:

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


--- Comment #1 from Philip Hazel <Philip.Hazel@???> ---
Your example is working as expected. Hint: when you use \ to continue a line in
a C program, preceding spaces are not removed. Solution: start your pattern
with (?x) to ignore embedded white space.

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