System.RegularExpressionsCore.TPerlRegExList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPerlRegExList

Delphi

TPerlRegExList = class

C++

class PASCALIMPLEMENTATION TPerlRegExList : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore System.RegularExpressionsCore

Description

A list of TPerlRegEx instances.

You can add TPerlRegEx instances to a TPerlRegExList to match them all together on the same subject, as if they were one regex regex1|regex2|regex3|...

TPerlRegExList does not own the TPerlRegEx instances, just like a TList.

If a TPerlRegEx has been added to a TPerlRegExList, it should not be used in any other situation until it is removed from the list

See Also