Example Resulting value of x
var str = "Hello WORLD" + String.fromCharCode(11);
var x = str.replace(/\v/gi,"*");
Hello WORLD*