Hi, I would like to match a pattern such as something( something_1( something_2( ... (something_n)...)something_els e_2)something_else_1) , where all the brackets pair up and there could be any number of pairs. something_1, something_2, ..., and something_n could contain '()' pair as well. I'm wondering if there is any way to do this with regex?