TRegularExpression.Replace(String,String) Method

Represents method Replace(String,String).

Namespace: System.RegExp
public
 function Replace(const Input: String; const Replacement: String): String; overload;

Parameters

Input
Type: String

Replacement
Type: String

Return Value

Type: String