replace
replace($data
, str_search
, str_replace
)
: String | List | Dict
$data.replace(
str_search
, str_replace
)
: String | List | Dict
Parameters
$data
String | List | Dict
str_search
String
The value to look for.
str_replace
String
Replacement value.
See also
Examples
How to replace in String