Chapter 68. replace
This library implements the replace() function, for replacing all instances of one substring with another in a third substring.
replace()
Description
Prototype
replace
(
string
,
string s
,
string sOldvalue
)
sNewvalue
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
s | None | string | |
sOldvalue | None | string | |
sNewvalue | None | string |