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