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