Contact: aviboots(AT)netvision.net.il
39,854 questions
51,775 answers
573 users
let str = 'c c++, nodejs, python, php'; if (str.match(/,.*,/)) { str = str.replace(',', ''); } console.log(str); /* run: c c++ nodejs, python, php */