[pcre-dev] [Bug 1203] desired features: match-and-substitute…

Top Page
Delete this message
Author: Zoltan Herczeg
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1203] desired features: match-and-substitute and permutations
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1203

Zoltan Herczeg <hzmester@???> changed:

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





--- Comment #4 from Zoltan Herczeg <hzmester@???> 2012-01-27 19:54:34 ---
Just my two cents:

1) The major problem here is that C has no string representation at all. I
don't exactly know any portable way to do string manipulations in C.

2) I feel the major issue here is capturin brackets. a&(b) -> a(b)|(b)a but
those capturing brackets should be the same group. Thus it surely needs parser
modifications. And choosing & sign for this operator is somewhat strange since
it usually means 'and'. Btw how would you define /a&b&c/ and /a&(b&c)/ ?


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email