On Wed, 07 Jan 2009 22:24:59 +0300, Philip Hazel <[email protected]> wrote:
> On Sat, 3 Jan 2009, NN wrote:
>
>> Is there
>> (?(DEFINE)X)
>> equivalent to
>> X{0}
>
> No, if that is part of a larger regex that refers to any group contained
> within the DEFINE.
...(?(DEFINE)(?<a>...)(?<b>...))...
...(?:(?<a>...)(?<b>...)){0}...
Where is difference?
Thanx.
Michael.
--
## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
