Tile - String - Replace – Ylands

From Bohemia Interactive Community
Jump to: navigation, search

Replace(Source, Search value, New value)

YlandsTile-712.png

replace(searchValue: any, newValue: any): string;

Parameters

searchValue

newValue

Returns

string

Availability

Client, Server, Custom Controller

Description

Returns a new string where the search value is replaced with the new value.