System.RegularExpressionsCore.TPerlRegEx.ReplaceAll
Delphi
function ReplaceAll: Boolean;
C++
bool __fastcall ReplaceAll();
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