System::Text::RegularExpressions::GroupCollection::operator[] method

GroupCollection::operator[] method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](const String &name) const
ParameterTypeDescription
nameconst String&Group name.

ReturnValue

Group with specified name.

See Also