operator[]()

GroupCollection::operator[](const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](const String &name) const

Arguments

ParameterTypeDescription
nameconst String&Group name.

Return Value

Group with specified name.

See Also