정규 표현식: ( [ ^ ) ] * ) JS 코드: var str="hello(world)"; var nstr = str.replace(/\([^\)]*\)/g,"");로그인 후 복사