Contact: aviboots(AT)netvision.net.il
39,971 questions
51,913 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 */