<変更前> text.match( /so\.addVariable\('file',\s*'(.*?)'\)/ ); <変更後> text.match( /'file': '(.*?)',/ );LINE 103
<変更前> text.match( /so\.addVariable\('file',\s*'(.*?)'\)/ ); <変更後> text.match( /'file': '(.*?)',/ );
<変更前> text.match( /so\.addVariable\('srv','(.*?)'\)/g ); <変更後> text.match( /'srv': '(.*?)',/g );