标签: javascript regex
我想使用regexp
var str = "func(arg(), arg)()"; str.match(/regex/)[0]; // Results "arg(), arg"