First page Back Continue Last page Overview Graphics
Matching balanced constructs....
Is not a problem that traditional regular expression engines can solve
They can only handle an arbitrary nesting depth
Except Perl doesn't use a traditional regular expression engine
So we can write patterns that will match any level of nesting if we wish
But its not exactly easy.....