ajpenalosa
6/13/2018 - 8:08 AM

Replace characters in a string

var str = "Visit Microsoft!";
var res = str.replace("Microsoft", "W3Schools");