0

I want to get the text inside this bracket using regexp

var str = "func(arg(), arg)()";
str.match(/regex/)[0]; // Results "arg(), arg"

0 Answers0