var p = 'rotate'; var pat = new RegExp(p+"\\(([^)]+)\\)"); alert(pat.exec('rotate(-14deg) scale(1)')[1]);