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