Contact: aviboots(AT)netvision.net.il
39,939 questions
51,876 answers
573 users
let str = 'javascript c++ c php python'; str = str.replace(/[aeiou]/gi, ''); console.log(str); /* run: "jvscrpt c++ c php pythn" */