System.RegularExpressionsCore.TPerlRegExList.IndexOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOf(const ARegEx: TPerlRegEx): Integer;

C++

int __fastcall IndexOf(TPerlRegEx* const ARegEx);

Properties

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

Description

Returns the index of the given TPerlRegEx.

Returns the index of the given TPerlRegEx instance in the list. Returns -1 if the list does not contain the component.