Contact: aviboots(AT)netvision.net.il
41,195 questions
53,691 answers
573 users
let str = 'node-js.type-script.c.php-'; str = str.replaceAll('.', ' ').replaceAll('s', 'X').replaceAll('-', ''); console.log(str); /* run: nodejX typeXcript c php */