Contact: aviboots(AT)netvision.net.il
41,630 questions
54,293 answers
573 users
let str: string = "^ty,pe scr_ipt pr:og?£gr@()amm{}ing.!"; str = str.replace(/[^a-zA-Z0-9]/g, ""); console.log(str); /* run: "typescriptproggramming */