function o_exec(){var str="hjjh,catfff,dog,catarigy,catdog,hjfkhj";var reg=/catS*?/g;arr=reg.exec(str);while(reg.lastIndex!=str.length){alert(arr[0]);arr=reg.exec(str);}