我需要一个正则表达式来选择两个外括号之间的所有文本。
< p >例子:< br / >START_TEXT(text here(possible text)text(possible text(more text)))END_TXT
< br / >
^ ^
< / p >
< p >结果:< br / >
(text here(possible text)text(possible text(more text)))
< / p >