Aspose::Words::Replacing::ReplacingArgs::get_Match method

ReplacingArgs::get_Match method

The Match resulting from a single regular expression match during a Replace.

System::SharedPtr<System::Text::RegularExpressions::Match> Aspose::Words::Replacing::ReplacingArgs::get_Match() const

Remarks

Match.Index" gets the zero-based starting position of the match from the start of the find and replace range.

See Also