System.RegularExpressionsCore.TPerlRegEx.ClearStoredGroups
Delphi
procedure ClearStoredGroups;
C++
void __fastcall ClearStoredGroups();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | System.RegularExpressionsCore.pas System.RegularExpressionsCore.hpp  | 
        System.RegularExpressionsCore | TPerlRegEx | 
Description
Clears the array archived by StoreGroups.
StoreGroups archives the Groups array. Groups is assigned during a Match. StoreGroups is used to archive Groups before altering the Subject. ClearStoredGroups is used to clear StoreGroups.