re=new RegExp ("([A-Za-z 0-9-/]+)\d[wW]-\d\d", "g"); str="Maslo OIL 15W-40 API CI-4/SL"; result=str.match(re);