Example Resulting value of x
var str = "Hello WORLD";
var x = str.replace(/\157/gi,"*");
Hell* W*RLD