Contact: aviboots(AT)netvision.net.il
42,685 questions
55,437 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 */