[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
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID


--- Comment #3 from Philip Hazel <Philip.Hazel@???> ---
I meant exactly what I said, but I was wrong. (?x) sets the extended flag, to
ignore white space *except in classes*. As your problem was in a class, you
need (?xx) to ignore whitespace there too. This item is invalid as a bug, not
"fixed".

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