Progress Monitor for IdealProgrammer.com

Take Swift, Intelligent, Massive, Planned, Loving, Effective (S.I.M.P.L.E.) Action to Transform Self into Ideal




Please login

 

String.Replace Example

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.

 

String.Replace Example Code: