Contact: aviboots(AT)netvision.net.il
42,143 questions
54,849 answers
573 users
let str = 'NodeJS17$%&'; str = str.replace(/[^a-zA-Z]+/, ''); console.log(str); /* run: NodeJS */