function escapeRegExp(string){
return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
}
str = "matrix(1,0,0,1,0,0)";
newStr = str.replace(/-?\d+\)/, '80)');
function numb(decis) {
switch (curScene) {
case "0":
if (decis == 1) {
alert("hello1")
} else {
alert("hello2")
}
break;
}
}