Contact: aviboots(AT)netvision.net.il
40,769 questions
53,151 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 */