https://bugs.exim.org/show_bug.cgi?id=1694

Zoltan Herczeg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Zoltan Herczeg <[email protected]> ---
The nature of perl regex is kind of a forward-only search. Defining the effect
of control verbs like (*SKIP) would be difficult for backward searching. The
only thing I could imagine is moving backward in the input (but the pattern
matched forward), but (*SKIP) could create infinite loops in that case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to