StringHelper.Replace(String,String,String) Method

Represents method Replace(String,String,String).

Namespace: standard
public
 function Replace(str: String; sub: String; newSub: String): String; static;

Parameters

str
Type: String

sub
Type: String

newSub
Type: String

Return Value

Type: String