Tile - String - Replace – Ylands
Jump to navigation
Jump to search
m (YlandsClassyBot moved page Ylands Tile - String replace to Ylands:Tile - String - Replace: New Structure) |
No edit summary |
||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Replace(Source, Search value, New value) == | |||
[[File:YlandsTile-712.png]] | |||
<pre>replace(searchValue: any, newValue: any): string;</pre> | |||
=== Parameters === | |||
==== searchValue ==== | |||
==== newValue ==== | |||
=== Returns === | |||
'''string''' | |||
=== Description === | |||
Returns a new string where the '''search value''' is replaced with the '''new value'''. | |||
Line 7: | Line 27: | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Revision as of 08:53, 8 July 2021
Replace(Source, Search value, New value)
replace(searchValue: any, newValue: any): string;
Parameters
searchValue
newValue
Returns
string
Description
Returns a new string where the search value is replaced with the new value.