System.RegularExpressionsCore.TPerlRegEx.ClearStoredGroups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearStoredGroups;

C++

void __fastcall ClearStoredGroups(void);

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.

See Also