string
replace (
string
 
_
, 
string
 
_
, 
string
 
_)
replace(substring, replacement, source) replaces every occurrence ofsubstring by replacementCharacters from the input cannot belong to several overlapping occurrences
of the sub-string
eg:
replace("aba","c","ababa") will return "cba"

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.