![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRecursive regular expression (or alternative)
From: André Hänsel <andre@webkr.de>
Date: Wed Apr 12 2006 - 22:04:46 CEST
Hi,
I'm looking for a pattern to parse the following subject:
blabla(cond1)?{abc}:{def}blabla(cond2)?{qwe(cond3)?{poi}:{iop}}
Probably I can't do that by executing a regexp _once_, so I need some
Or in words: In a configuration file I have _nested_ conditional blocks
I built the following pattern, but thats just a bad guess:
If you have any completly different solution I'll be glad to hear it,
Best regards,
|