replaceInString
in the source string, replace any occurrence of the the search string with the replace string
Syntax
replaceInString
Returns
returns (string) source with replaced results
Parameters
- source (string)
- source string
- search (string)
- search string
- replace (string)
- replace string