API DOCS
Function: replace
function replace($sTarget,$sAttribute,$sSearch,$sData)
Parameters:
sTarget
(string) The id of the element to update.
sAttribute
(string) The property to be updated.
sSearch
(string) The needle to search for.
sData
(string) The data to use in place of the needle.
