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