Aspose::Words::Replacing::ReplacingArgs::get_Match метод

ReplacingArgs::get_Match method

Объект Match, полученный в результате единственного сопоставления регулярного выражения во время Replace.

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

Примечания

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

См. также