Contact: aviboots(AT)netvision.net.il
39,855 questions
51,776 answers
573 users
let str = 'javascript991c# 20 typescript 640node.js'; str = str.replace(/\D/g, ''); console.log(str); /* run: 99120640 */