Aspose::Words::Replacing::ReplacingArgs::get_GroupName method

ReplacingArgs::get_GroupName method

Identifies, by name, a captured group in the Match that is to be replaced with the Replacement string.

System::String Aspose::Words::Replacing::ReplacingArgs::get_GroupName() const

Remarks

When group name is null, GroupIndex is used to identify the group.

Default is null.

See Also