TRegularExpression.Replace(String,String,Integer) Method

Represents method Replace(String,String,Integer).

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

Parameters

Input
Type: String

Replacement
Type: String

Count
Type: Integer

Return Value

Type: String