in reply to Re: regex to parse (nested) parenthesis delimited string?
in thread regex to parse (nested) parenthesis delimited string?
Indeed Text::Balanced might be a better solution although the suggested code fails to recognize '(fff)' as a separate, third, item. (probably because the parenthesis have an unbalanced nested parenthesis)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: regex to parse (nested) parenthesis delimited string?
by imp (Priest) on Feb 06, 2007 at 17:05 UTC | |
|
Re^3: regex to parse (nested) parenthesis delimited string?
by polettix (Vicar) on Feb 06, 2007 at 18:27 UTC |