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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: realizing AND in regex?
by LanX (Saint) on Sep 13, 2012 at 13:02 UTC | |
by AnomalousMonk (Archbishop) on Sep 13, 2012 at 17:36 UTC | |
by LanX (Saint) on Sep 13, 2012 at 18:38 UTC |