Contact: aviboots(AT)netvision.net.il
41,551 questions
54,171 answers
573 users
let str = 'Typescript4*&$%#'; str = str.replace(/[^a-zA-Z]+/, ''); console.log(str); /* run: "Typescript" */