Hi,
I have the following string in JavaScript.
var s = "Google is a search Engine. Google is very good."
Let's say I want to replace Google with Yahoo, I tried JavaScript Replace function but it is replacing the first Google occurence and not the others.
Please help.