Overview
>
klyn
>
String
>
replace
Overview
Index
Tree
Deprecated
klyn.String.replace
method
public replace(oldValue as String, newValue as String) as String:
Description
Replaces all occurrences of oldValue by newValue in place.
Parameters
oldValue Value to replace.
newValue Replacement value.
Returns
This string.