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