System.RegularExpressionsCore.TPerlRegEx.Replace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Replace: string;

C++

System::UnicodeString __fastcall Replace();

Properties

Type Visibility Source Unit Parent
function public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

Description

Replace matched expression in Subject with ComputeReplacement.

Returns the actual replacement text from ComputeReplacement. You may only call Replace after a successful call to Match or MatchAgain.

See Also

Code Examples