跪求高手写一个正则表达式string beMatchedText = "a,b,c(a,b(tt,xx)),d(aa,cc)";取得结果abc(a,b(tt,xx))d(aa,cc)用正则表达式取得上述结果求正则表达式[解决办法]那就更改一下:(?<!\([\w,]+),