Contact: aviboots(AT)netvision.net.il
41,615 questions
54,278 answers
573 users
var s = "javascript01223c++3php500--9_8"; document.write(s.search(/[0-9]+/)); /* run: 10 */
var s = "javascript"; document.write(s.search(/[0-9]+/)); // not matched = -1 /* run: -1 */