System::Text::RegularExpressions::GroupCollection::idx_get methode

GroupCollection::idx_get(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
ParameterTypeBeschrijving
indexintGroep index.

ReturnValue

Group with specified index.

Zie ook

GroupCollection::idx_get(String) const method

Group accessor.

virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
ParameterTypeBeschrijving
nameStringGroup naam.

ReturnValue

Group with specified name.

Zie ook