replace(search, replace)
Description
replace one string with another
Parameters
Name
Description
search
the value to search for
replace
the value to use as a replacement
Examples
no examples