「JavaScript」括弧を含む文字列を削除する方法 2017年6月19日JSコード var str="welcome(world)"; var nstr = str.replace(/\([^\)]*\)/g,""); JavaScriptPosted by arkgame