Contact: aviboots(AT)netvision.net.il
40,771 questions
53,154 answers
573 users
let str = 'javascript991c# 20 typescript 640node.js'; str = str.replace(/\D/g, ''); console.log(str); /* run: 99120640 */