Description: Illustrates the JavaScript syntax for the String Replace .
Syntax: string.Replace("regexp or oldstring", "newstring") – Searches for a match between a substring (or regular expression) and a string, and replaces the matched substring with a new substring.