JSFiddle - React, Tailwind, and code Playground
JavaScript
var t = prompt("Type your text, please:");
alert("Matches marked with a '*': \n" + t.replace(/[^a-zA-Z0-9 :]/g, "*"))
var t = prompt("Type your text, please:");
alert("Matches marked with a '*': \n" + t.replace(/[^a-zA-Z0-9 :]/g, "*"))