System.RegularExpressionsCore.TPerlRegEx.ReplaceAll

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function ReplaceAll: Boolean;

C++

bool __fastcall ReplaceAll(void);

Properties

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

Description

Replaces all matches of RegEx in Subject.

Replaces all matches of RegEx in Subject with ComputeReplacement. Returns True if anything was replaced at all.

See Also

Code Examples