System::Text::RegularExpressions::GroupCollection::idx_get method

GroupCollection::idx_get(String) const method

Group accessor.

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

ReturnValue

Group with specified name.

See Also

GroupCollection::idx_get(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
ParameterTypeDescription
indexintGroup index.

ReturnValue

Group with specified index.

See Also