Automatically grep an expression between matched parenthesis
I have a source code which frequently includes a piece of code like foo ( bar ( foo0(<An arbitrary number of parenthesis may appear here>) ), foo1bar(<An arbitrary number of parenthesis may appear here>) ) I want to capture this…