[pcre-dev] [Bug 1916] Advanced data processing for an altern…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 1916] New: Advanced data processing for an alternation with a lot of key words
Subject: [pcre-dev] [Bug 1916] Advanced data processing for an alternation with a lot of key words
https://bugs.exim.org/show_bug.cgi?id=1916

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #18 from Zoltan Herczeg <hzmester@???> ---
Probably a regex optimizer (translator) could help here. It could rewrite
(+|-|) to [+-], or (aa|ab) to (a[ab]). It would be a good research project or
learn something for talented students.

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