in reply to realizing AND in regex?

It is certainly easier and posibly faster to use separate regexes. Use perl's logic rather than the regex engine to combine the results.

Bill

Replies are listed 'Best First'.
Re^2: realizing AND in regex?
by LanX (Saint) on Sep 13, 2012 at 13:02 UTC
        OK you got me ...

        ...I lied ...

        ... there is no doubt! =)

        Cheers Rolf