正則表達式:\ ( [ ^ \ ) ] * \ )

JS代码:

var str="hello(world)";
var nstr = str.replace(/\([^\)]*\)/g,""); 

作者:itmyhome

相关文章: