Contact: aviboots(AT)netvision.net.il
39,851 questions
51,772 answers
573 users
let str = ',,,,,javascript,typescript,node.js,python,,,,'; str = str.replace(/^\s*,+\s*|\s*,+\s*$/g, ''); console.log(str); /* run: javascript,typescript,node.js,python */