System.RegularExpressionsCore.TPerlRegExList.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Insert(Index: Integer; const ARegEx: TPerlRegEx);

C++

void __fastcall Insert(int Index, TPerlRegEx* const ARegEx);

Properties

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

Description

Adds a regular expression to the list at a particular position.

The order of the regular expressions in the list matches only if two regular expressions match at the same position in the subject string.