Lines Matching full:str1
54 var str1 = 'Fubpxjnir Synfu 9.0 e115';119 str1.replace(/([a-zA-Z]|\s)+/, '');517 str1.replace(/^.*\s+(\S+\s+\S+$)/, '');706 str1.match(/\d+/g);971 /^Fubpxjnir Synfu (\d)/.exec(str1);972 /^Fubpxjnir Synfu (\d+)/.exec(str1);