Contact: aviboots(AT)netvision.net.il
41,656 questions
54,319 answers
573 users
let str = 'javascript123c++ 17 typescript 300node.js'; str = str.replace(/\D/g, ''); console.log(str); /* run: "12317300" */