System.RegularExpressions.TGroupCollection.ContainsNamedGroup
Delphi
function ContainsNamedGroup(const Index: string): Boolean;
C++
bool __fastcall ContainsNamedGroup(const System::UnicodeString Index);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.RegularExpressions.pas System.RegularExpressions.hpp |
System.RegularExpressions | TGroupCollection |
Description
If a group with index exists in the collection, ContainsNamedGroup returns True, otherwise, it returns False.